AppleSystemInfo.c
1 #include <AppleSystemInfo/AppleSystemInfo.h> 2 #include <mach/host_info.h> 3 4 CFStringRef ASI_CopyComputerModelName(int arg0) { 5 return CFSTR("UNIMPLEMENTED"); 6 } 7 8 int ASI_NumberOfCPUs(void) { 9 // stub 10 return 1; 11 };