#ifndef MELVIX_STDIO_H #define MELVIX_STDIO_H // TODO: Input methods void writec(char c); void printf(const char *format, ...); #endif