LibTgBotPP
|
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 320 of file CMakeCCompilerId.c.
#define COMPILER_ID "" |
Definition at line 200 of file CMakeCCompilerId.c.
#define DEC | ( | n | ) |
Definition at line 324 of file CMakeCCompilerId.c.
#define HEX | ( | n | ) |
Definition at line 335 of file CMakeCCompilerId.c.
#define PLATFORM_ID "" |
Definition at line 287 of file CMakeCCompilerId.c.
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 377 of file CMakeCCompilerId.c.
char const* info_arch = "INFO" ":" "arch[" ARCHITECTURE_ID "]" |
Definition at line 368 of file CMakeCCompilerId.c.
char const* info_compiler = "INFO" ":" "compiler[" COMPILER_ID "]" |
Definition at line 208 of file CMakeCCompilerId.c.
char const* info_platform = "INFO" ":" "platform[" PLATFORM_ID "]" |
Definition at line 367 of file CMakeCCompilerId.c.