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

#include <tce/syscall.h>

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

#endif