https://bitbucket.org/hudson/magic-lantern
Raw File
Tip revision: f8e550ed99891ffbfcc481b4e625e0f04510db87 authored by Giovanni Condello on 23 February 2014, 20:57:22 UTC
Merge unified into new-lv-buffer-detection
Tip revision: f8e550e
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