kiba-engine
|
Linux specific implementation of console printing functionality. More...
#include <kiba/platform/console.h>
#include <kiba/core/log.h>
#include <execinfo.h>
#include <stdio.h>
#include <stdlib.h>
Go to the source code of this file.
Functions | |
void | platform_console_write (const char *msg, u8 color) |
Write message to the platforms console. More... | |
void | platform_console_write_error (const char *msg, u8 color) |
Write message to the platforms error console. More... | |
void | platform_print_stacktrace (void) |
Print the the call stack of the caller. More... | |
Linux specific implementation of console printing functionality.
Definition in file console.c.
void platform_console_write | ( | const char * | msg, |
u8 | color | ||
) |
void platform_console_write_error | ( | const char * | msg, |
u8 | color | ||
) |