Files
ec-gn-ja-pcf/EC-GN-JA-PCF/.svn/pristine/c7/c7436143922a00bce89d661c4b722102e758dff3.svn-base

33 lines
1.1 KiB
Plaintext

#ifndef SYS_HEADERS_H
#define SYS_HEADERS_H
/******************************************************************************
* $HeadURL: https://svnpub.iter.org/codac/iter/codac/dev/units/m-codac-unit-templates/tags/CODAC-CORE-6.0.0/templates/cpp/main/c++/include/sys-headers.h $
* $Id: sys-headers.h 83098 2018-01-08 13:23:38Z cesnikt $
*
* Project : CODAC Core System
*
* Description : CODAC Core System - Commonly used program headers
*
* Author : Bertrand Bauvir
*
* Copyright (c) : 2010-2018 ITER Organization,
* CS 90 046
* 13067 St. Paul-lez-Durance Cedex
* France
*
* This file is part of ITER CODAC software.
* For the terms and conditions of redistribution or use of this software
* refer to the file ITER-LICENSE.TXT located in the top level directory
* of the distribution package.
******************************************************************************/
#include <stdlib.h>
#include <stdio.h> /* sscanf, printf, etc. */
//#include <unistd.h>
#include <string.h> /* strncpy, etc. */
#include <stdarg.h> /* va_start, etc. */
#include <signal.h> /* sigset, etc. */
#endif /* SYS_HEADERS_H */