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
4extern "C" {
5#endif
6
7// these are defined in the autogenerated cinfo.c
8extern char MACROS[];
9extern char CI_mkflags[];
10extern char CI_cpuinfo[];
11extern char CI_linux[];
12extern char CI_gcc[];
13extern char CI_gitinfo[];
14extern char CI_gitrevision[];
15
16void print_compiling_info(void);
17void print_compiling_info_short(void);
18
19#ifdef __cplusplus
20}
21#endif
22#endif