|
Nugget
|
#include <stdarg.h>

Go to the source code of this file.
Functions | |
| void | BoardConsoleInit () |
| void | BoardConsolePuts (const char *str) |
| void | BoardConsolePutc (int) |
| void | BoardConsolePrintf (const char *fmt,...) __attribute__((format(printf |
| void void | BoardConsoleVPrintf (const char *fmt, va_list ap) |
| void BoardConsoleInit | ( | ) |
| void BoardConsolePrintf | ( | const char * | fmt, |
| ... | |||
| ) |
| void BoardConsolePuts | ( | const char * | str | ) |