e968329
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