summaryrefslogtreecommitdiff
path: root/src/user/lib/include/stdio.h
blob: e3f9d894ba4e6c111bd8c3f9fe5d65f7dd80c438 (plain) (blame)
1
2
3
4
5
6
7
#ifndef DEF_STDIO_H
#define DEF_STDIO_H

void printk_int(int number);
void printk_hex(unsigned number);

#endif