https://bitbucket.org/hudson/magic-lantern
Raw File
Tip revision: 8b8ef8b6a99186bfbffe5808415af16cc3d69561 authored by a1ex on 15 February 2014, 07:24:20 UTC
Close branch rec-indicator-5d3
Tip revision: 8b8ef8b
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