#ifndef STDIO_H #define STDIO_H #include "core/framebuffer.h" void print(char*); void printc(char*,VIDEO_COLORS c); void printi(int i); #endif