Gammu internals
1.38.0
|
Go to the source code of this file.
Macros | |
#define | COMPILER_ID "" |
#define | STRINGIFY_HELPER(X) #X |
#define | STRINGIFY(X) STRINGIFY_HELPER(X) |
#define | PLATFORM_ID |
#define | ARCHITECTURE_ID |
#define | DEC(n) |
#define | HEX(n) |
#define | C_DIALECT |
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 "]" |
const char * | info_language_dialect_default |
#define ARCHITECTURE_ID |
Definition at line 443 of file 3.7.0/CompilerIdC/CMakeCCompilerId.c.
#define C_DIALECT |
Definition at line 518 of file 3.7.0/CompilerIdC/CMakeCCompilerId.c.
#define COMPILER_ID "" |
Definition at line 276 of file 3.7.0/CompilerIdC/CMakeCCompilerId.c.
#define DEC | ( | n | ) |
Definition at line 447 of file 3.7.0/CompilerIdC/CMakeCCompilerId.c.
#define HEX | ( | n | ) |
Definition at line 458 of file 3.7.0/CompilerIdC/CMakeCCompilerId.c.
#define PLATFORM_ID |
Definition at line 393 of file 3.7.0/CompilerIdC/CMakeCCompilerId.c.
#define STRINGIFY | ( | X | ) | STRINGIFY_HELPER(X) |
Definition at line 297 of file 3.7.0/CompilerIdC/CMakeCCompilerId.c.
#define STRINGIFY_HELPER | ( | X | ) | #X |
Definition at line 296 of file 3.7.0/CompilerIdC/CMakeCCompilerId.c.
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 538 of file 3.7.0/CompilerIdC/CMakeCCompilerId.c.
References info_arch, info_compiler, info_language_dialect_default, and info_platform.
char const* info_arch = "INFO" ":" "arch[" ARCHITECTURE_ID "]" |
Definition at line 509 of file 3.7.0/CompilerIdC/CMakeCCompilerId.c.
Referenced by main().
char const* info_compiler = "INFO" ":" "compiler[" COMPILER_ID "]" |
Definition at line 283 of file 3.7.0/CompilerIdC/CMakeCCompilerId.c.
Referenced by main().
const char* info_language_dialect_default |
Definition at line 527 of file 3.7.0/CompilerIdC/CMakeCCompilerId.c.
Referenced by main().
char const* info_platform = "INFO" ":" "platform[" PLATFORM_ID "]" |
Definition at line 508 of file 3.7.0/CompilerIdC/CMakeCCompilerId.c.
Referenced by main().