https://bitbucket.org/hudson/magic-lantern
Raw File
Tip revision: 38cc83c1213196a14a4f72d73f6d7757ac41639a authored by g3gg0 on 14 November 2013, 13:49:00 UTC
Close branch andy600/mlv_rec-attempt-to-fix-pinkcorrupt-frame-1384104455568
Tip revision: 38cc83c
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