Revision 3e3c75daaecf8e2ef52873f4922c6798b4365256 authored by g3gg0 on 26 October 2013, 19:02:52 UTC, committed by g3gg0 on 26 October 2013, 19:02:52 UTC
1 parent d62f5e4
Raw File
console.h
#ifndef _CONSOLE_H_
#define _CONSOLE_H_

// console
void console_puts( const char* str );
int console_vprintf( const char* fmt, va_list ap );
int console_printf( const char* fmt, ... );



#endif // _CONSOLE_H_
back to top