diff options
Diffstat (limited to 'src/libc/stdio.h')
| -rw-r--r-- | src/libc/stdio.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/libc/stdio.h b/src/libc/stdio.h new file mode 100644 index 0000000..ece8df5 --- /dev/null +++ b/src/libc/stdio.h @@ -0,0 +1,10 @@ +#ifndef STDIO_H +#define STDIO_H + +#include "utils/framebuffer.h" + +void print(char*); +void printc(char*,VIDEO_COLORS c); +void printi(int i); + +#endif
\ No newline at end of file |
