#ifndef __plan9_h__ #define __plan9_h__ #include #include #include typedef ulong size_t; enum{EXIT_SUCCESS, EXIT_FAILURE}; #define exit(foo) exits(foo == EXIT_SUCCESS ? nil : "error") #define times times_roman #endif