https://bitbucket.org/hudson/magic-lantern
Raw File
Tip revision: e811aa3792c951c582cf69eaa385f6d4fa493681 authored by g3gg0 on 14 November 2013, 13:49:43 UTC
Close branch andy600/typo-mlv_playc-edited-online-with-bitbu-1384045689813
Tip revision: e811aa3
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