#ifndef _STDIO_H #define _STDIO_H #ifdef __cplusplus extern "C" { #endif void console_print(const char*); #ifdef __cplusplus } #endif #endif