#ifndef prb_h #define prb_h #include "types.h" #include "macros.h" #include "sys.h" #include "arena.h" #include "prbm.h" #include "prbs.h" #define os_none 0 #define os_windows 1 #define os_linux 2 #if defined(__linux) # define os os_linux #elif defined(__WIN64) # define os os_windows # include #endif #endif