first commit

This commit is contained in:
2026-05-26 23:15:35 +09:00
commit 3df6e5d0dc
16 changed files with 5962 additions and 0 deletions

11
fn.h Normal file
View File

@@ -0,0 +1,11 @@
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);
int fontadvance(Rune);