summaryrefslogtreecommitdiff
path: root/kernel/include/libk/stdio.h
blob: 99064f9f2f3f08729be7f8a260cf6305c54afef6 (plain)
1
2
3
4
5
6
7
8
9
10
11
#ifndef STDIO_H
#define STDIO_H

#include <types.h>

extern uint32_t curr_x;
extern uint32_t curr_y;

void printf(const char *s, ...);

#endif