https://bitbucket.org/hudson/magic-lantern
Raw File
Tip revision: b14c59865674258c20d6a7f12859858edd5f7855 authored by a1ex on 28 January 2014, 21:24:47 UTC
Close branch 1100D_disable_flexinfo
Tip revision: b14c598
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