https://bitbucket.org/hudson/magic-lantern
Raw File
Tip revision: 9349fb59d2379b786081a6dafedd343debdfb678 authored by a1ex on 23 January 2014, 22:32:45 UTC
Close branch andy600/chdkdngc-edited-online-with-bitbucket-c-1390512855588
Tip revision: 9349fb5
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