jankos/stlio.h

14 lines
238 B
C

#include "types.h"
#include "framebuffer.h"
// Frame buffer driver
// NOTE: not getting computed at compile time so we always have a call
u32 strlen(char*);
u32 write(const char*, const u32);
u32 read(const u32);
void printf(char*);