pub unsafe extern "C" fn consoleGetDefault() -> *mut PrintConsole
Expand description

Gets a pointer to the console with the default values. This should only be used when using a single console or without changing the console that is returned, otherwise use consoleInit().

§Returns

A pointer to the console with the default values.