HiRep
0.1
Loading...
Searching...
No Matches
print_compile_options.h
1
#ifndef PRINT_COMPILER_OPTIONS_H
2
#define PRINT_COMPILER_OPTIONS_H
3
#ifdef __cplusplus
4
extern
"C"
{
5
#endif
6
7
// these are defined in the autogenerated cinfo.c
8
extern
char
MACROS[];
9
extern
char
CI_mkflags[];
10
extern
char
CI_cpuinfo[];
11
extern
char
CI_linux[];
12
extern
char
CI_gcc[];
13
extern
char
CI_gitinfo[];
14
extern
char
CI_gitrevision[];
15
16
void
print_compiling_info(
void
);
17
void
print_compiling_info_short(
void
);
18
19
#ifdef __cplusplus
20
}
21
#endif
22
#endif
Include
Utils
print_compile_options.h
Generated by
1.12.0