MCPcopy Create free account
hub / github.com/CE-Programming/CEmu / gui_console_clear

Function gui_console_clear

tests/autotester/autotester_cli.cpp:31–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29 extern "C"
30 {
31 void gui_console_clear() {}
32 void gui_console_printf(const char *format, ...) { (void)format; }
33 void gui_console_err_printf(const char *format, ...) {
34 static char message[512];

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected