Loading...
Searching...
No Matches
Go to the documentation of this file.
4#if !defined(COMPAT_HEADER_)
7#define _FILE_OFFSET_BITS 64
9#define _XOPEN_SOURCE 600
10#define _XOPEN_SOURCE_EXTENDED
13#if __STDC_VERSION__ >= 199901L
20#warning "Defining long as int64_t."
31#define OMP(x) _Pragma(x)
35static int omp_get_thread_num (
void) {
return 0; }
36static int omp_get_num_threads (
void) {
return 1; }
40#define MTA(x) _Pragma(x)