pub unsafe extern "C" fn consoleGetDefault() -> *mut PrintConsoleExpand 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.