1 2 3 4 5 6 7 8 9 10
#ifndef NSTD_OS_H #define NSTD_OS_H #include "os/os.h" #if NSTD_OS_UNIX # include "os/unix.h" #endif #if NSTD_OS_WINDOWS # include "os/windows.h" #endif #endif