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

Function gui_console_err_printf

gui/sdl/main.c:31–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29void gui_console_clear() {}
30void gui_console_printf(const char *format, ...) { (void)format; }
31void gui_console_err_printf(const char *format, ...) { (void)format; }
32asic_rev_t gui_handle_reset(const boot_ver_t* boot_ver, asic_rev_t loaded_rev, asic_rev_t default_rev, bool* python) {
33 (void)boot_ver;
34 (void)loaded_rev;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected