CS350 COS
COS
Loading...
Searching...
No Matches
debugcons.h
Go to the documentation of this file.
1#ifndef __DEBUGCONS_H__
2#define __DEBUGCONS_H__
3
4void DebugConsole_Init(void);
5void DebugConsole_Putc(char ch);
6void DebugConsole_Puts(const char *str);
7
8#endif /* __DEBUGCONS_H__ */
9
void DebugConsole_Puts(const char *str)
Definition: debugcons.c:22
void DebugConsole_Init(void)
Definition: debugcons.c:13
void DebugConsole_Putc(char ch)