https://bitbucket.org/hudson/magic-lantern
Raw File
Tip revision: a5ed4f67358b32afe38757d981003994c059e358 authored by a1ex on 15 February 2014, 18:52:49 UTC
Close branch menu_caret
Tip revision: a5ed4f6
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