MyOS Libc
dbg.h
Go to the documentation of this file.
1 
6 #ifndef DBG_H
7 #define DBG_H
8 
13 void serial_print(char* str);
14 
15 #endif
void serial_print(char *str)
Definition: dbg.c:6