Luna/libc/include/stdio.h

16 lines
149 B
C
Raw Normal View History

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