ref: 8da361bb89c76cf969d6c85f4364cb84475938cc
dir: /plan9.h/
//#define __DJGPP__ #include <bsd.h> #define __attribute__(x) typedef size_t wint_t; wint_t towupper(wint_t); wint_t towlower(wint_t); long random(void); void srandom(unsigned long); /* RAND_MAX is implementation-defined but assumed to be 2^31 */ #undef RAND_MAX #define RAND_MAX 2147483647 #define signbit(x) (x == -0.0 || x < 0.0)