https://bitbucket.org/hudson/magic-lantern
Raw File
Tip revision: 11a4fa34d7afdfeb1939357d1bef1560f930dd4e authored by a1ex on 22 October 2013, 21:26:54 UTC
Close branch ppluciennik/makefile_zip_fixes2.
Tip revision: 11a4fa3
console.h
#ifndef _CONSOLE_H_
#define _CONSOLE_H_

// console
OS_FUNCTION( 0x0800001,	void,	console_puts, const char* str );
OS_FUNCTION( 0x0800002,	int,	console_vprintf, const char* fmt, va_list ap );
OS_FUNCTION( 0x0800003,	int,	console_printf, const char* fmt, ... );



#endif // _CONSOLE_H_
back to top