https://bitbucket.org/hudson/magic-lantern
Raw File
Tip revision: ebc50dde14344dd986d9d132f2536ca2cfef0a9e authored by a1ex on 22 October 2013, 21:23:26 UTC
Close branch mk11174/550d-raw_rec-hack-fix-1381909080474.
Tip revision: ebc50dd
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