Current Path : /compat/linux/proc/self/root/usr/opt/nge/share/cmake-3.6/Modules/ |
FreeBSD hs32.drive.ne.jp 9.1-RELEASE FreeBSD 9.1-RELEASE #1: Wed Jan 14 12:18:08 JST 2015 root@hs32.drive.ne.jp:/sys/amd64/compile/hs32 amd64 |
Current File : //compat/linux/proc/self/root/usr/opt/nge/share/cmake-3.6/Modules/CMakeCCompilerABI.c |
#ifdef __cplusplus #error "A C++ compiler has been selected for C." #endif #ifdef __CLASSIC_C__ #define const #endif #include "CMakeCompilerABI.h" #ifdef __CLASSIC_C__ int main(argc, argv) int argc; char* argv[]; #else int main(int argc, char* argv[]) #endif { int require = 0; require += info_sizeof_dptr[argc]; #if defined(ABI_ID) require += info_abi[argc]; #endif (void)argv; return require; }