snoti/fn.h
2025-12-30 22:46:42 +09:00

11 lines
196 B
C

void die(char*, ...);
void* emalloc(ulong);
void sinit(Str*, char*, int);
void dbusthread(void*);
void notithread(void*);
void fontinit(char*);
void putfont(u32int*, int, int, int, int, Rune);