ApertureOS
COM.h
Go to the documentation of this file.
1 #ifndef _COM_SERIAL_H_
2 #define _COM_SERIAL_H_
3 
4 #include "types.h"
5 
6 void COM_Initialize();
7 void COM_WriteStr(const char *str, ...);
8 
9 #endif /* end of include guard: _COM_SERIAL_H_ */
void COM_WriteStr(const char *str,...)
Definition: COM.c:32
void COM_Initialize()
Definition: COM.c:9