#include <cstdio>
Go to the source code of this file.
Defines | |
#define | WARNING(...) 0 |
#define | ERROR(...) 0 |
#define | LOG(...) 0 |
Functions | |
void | miniini_private::__void_puts (const char *const str) |
void | INILogCallback (void(*callback)(const char *const)) |
Sets the function to use for MiniINI logging. | |
Variables | |
void(* | miniini_private::__Log )(const char *const) = &__void_puts |