#include #include "os.h" int os(void) { #ifdef __linux__ printf("Linux\n"); #endif return 0; }