My Project
Loading...
Searching...
No Matches
Singular
utils.h
Go to the documentation of this file.
1
/*
2
*/
3
4
#ifndef FALSE
5
#define FALSE 0
6
#endif
7
8
#ifndef TRUE
9
#define TRUE 1
10
#endif
11
12
#ifndef REGISTER
13
#ifdef __cplusplus
14
#if __cplusplus >= 201402L
15
/* clang 3.7, gcc 5.1 sets 201402L */
16
#define REGISTER
17
#elif defined(__clang__)
18
#define REGISTER
19
#else
20
#define REGISTER register
21
#endif
22
#else
23
#define REGISTER register
24
#endif
25
#endif
Generated on Mon Feb 27 2023 10:53:50 for My Project by
doxygen 1.9.5
for
Singular