aboutsummaryrefslogtreecommitdiff
path: root/src/libc/stdio.h
blob: ece8df5b740d1c75ee4e3527e4e57628ac52e7ed (plain)
1
2
3
4
5
6
7
8
9
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