Gammu internals
1.38.0
|
Go to the source code of this file.
Macros | |
#define | COMPILER_ID "" |
#define | PLATFORM_ID "" |
#define | ARCHITECTURE_ID "" |
#define | DEC(n) |
#define | HEX(n) |
Functions | |
int | main (int argc, char *argv[]) |
Variables | |
char const * | info_compiler = "INFO" ":" "compiler[" COMPILER_ID "]" |
char const * | info_platform = "INFO" ":" "platform[" PLATFORM_ID "]" |
char const * | info_arch = "INFO" ":" "arch[" ARCHITECTURE_ID "]" |
#define ARCHITECTURE_ID "" |
Definition at line 405 of file 3.2.2/CompilerIdC/CMakeCCompilerId.c.
#define COMPILER_ID "" |
Definition at line 251 of file 3.2.2/CompilerIdC/CMakeCCompilerId.c.
#define DEC | ( | n | ) |
Definition at line 409 of file 3.2.2/CompilerIdC/CMakeCCompilerId.c.
#define HEX | ( | n | ) |
Definition at line 420 of file 3.2.2/CompilerIdC/CMakeCCompilerId.c.
#define PLATFORM_ID "" |
Definition at line 361 of file 3.2.2/CompilerIdC/CMakeCCompilerId.c.
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 481 of file 3.2.2/CompilerIdC/CMakeCCompilerId.c.
References info_arch, info_compiler, and info_platform.
char const* info_arch = "INFO" ":" "arch[" ARCHITECTURE_ID "]" |
Definition at line 471 of file 3.2.2/CompilerIdC/CMakeCCompilerId.c.
Referenced by main().
char const* info_compiler = "INFO" ":" "compiler[" COMPILER_ID "]" |
Definition at line 258 of file 3.2.2/CompilerIdC/CMakeCCompilerId.c.
Referenced by main().
char const* info_platform = "INFO" ":" "platform[" PLATFORM_ID "]" |
Definition at line 470 of file 3.2.2/CompilerIdC/CMakeCCompilerId.c.
Referenced by main().