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/CMakeCXXCompilerABI.cpp |
#ifndef __cplusplus #error "A C compiler has been selected for C++." #endif #include "CMakeCompilerABI.h" int main(int argc, char* argv[]) { int require = 0; require += info_sizeof_dptr[argc]; #if defined(ABI_ID) require += info_abi[argc]; #endif (void)argv; return require; }