jankos/stlio.h
2019-10-27 21:21:59 -07:00

14 lines
250 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(const char*);
u32 write(const char*, const u32);
u32 read(const u32);
void printf(const char*);