My Project
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 Sun Apr 17 2022 10:43:56 for My Project by
doxygen 1.9.3
for
Singular