Go to the source code of this file.
Functions | |
| void | main () |
| int | main (int argc, char *argv[]) |
Variables | |
| char * | info_compiler = "INFO" ":" "compiler[" COMPILER_ID "]" |
| char * | info_platform = "INFO" ":" "platform[" PLATFORM_ID "]" |
| int main | ( | int | argc, | |
| char * | argv[] | |||
| ) |
Definition at line 174 of file CMakeCCompilerId.c.
References info_compiler, and info_platform.
00175 { 00176 int require = 0; 00177 require += info_compiler[argc]; 00178 require += info_platform[argc]; 00179 (void)argv; 00180 return require; 00181 }
| void main | ( | ) |
| char* info_compiler = "INFO" ":" "compiler[" COMPILER_ID "]" |
| char* info_platform = "INFO" ":" "platform[" PLATFORM_ID "]" |
1.5.1