OpenRadioss 2025.1.11
OpenRadioss project
Loading...
Searching...
No Matches
c_header.inc
Go to the documentation of this file.
1#if CPP_mach == CPP_w95 || CPP_mach == CPP_win64_spmd || CPP_mach == CPP_p4win64_spmd || CPP_mach == CPP_wnt || CPP_mach == CPP_wmr || CPP_mach == CPP_p4win64 || CPP_mach == CPP_p4win32
2#include <sys\types.h>
3#define _FCALL
4#elif 1
5#include <sys/resource.h>
6#include <sys/types.h>
7#include <sys/times.h>
8#include <time.h>
9#include <sys/time.h>
10#include <sys/stat.h>
11#include <unistd.h>
12#define _FCALL
13#endif