ref: 3891487cd9fb5088d99344d33cf4e37e0abf7f9b
dir: /fns.h/
void* emalloc(ulong); void* erealloc(void *, ulong); void grab(int); void toss(void); void flush(void); void dat(char *); void out(void); void fade(void); void fadeop(int, u32int, int); void palpic(uchar *); void put(int, int, int, int, uchar *, int); int txt(int, int, char *, int); int txtnl(int, int, char *, int); int txtw(char *s); void fill(int); void pic(int, int, int); int estep(void); int mstep(void); void init(int); int rnd(void); int gstep(void); int dstep(void); void initg(int); void stopmus(void); void playmus(int);