Loading [MathJax]/extensions/tex2jax.js
CS350 COS
COS
All Data Structures Files Functions Variables Typedefs Macros
debugcons.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void DebugConsole_Init (void)
 
void DebugConsole_Putc (char ch)
 
void DebugConsole_Puts (const char *str)
 

Function Documentation

◆ DebugConsole_Init()

void DebugConsole_Init ( void  )

Definition at line 13 of file debugcons.c.

14{
15}
Here is the caller graph for this function:

◆ DebugConsole_Putc()

void DebugConsole_Putc ( char  ch)

◆ DebugConsole_Puts()

void DebugConsole_Puts ( const char *  str)

Definition at line 22 of file debugcons.c.

23{
24 const char *p = str;
25 while (*p != '\0')
27}
void DebugConsole_Putc(short c)
Definition: debugcons.c:17
Here is the call graph for this function:
Here is the caller graph for this function: