https://bitbucket.org/hudson/magic-lantern
Raw File
Tip revision: 1ba6357948ce7941b89e3c708c1ed2e5e4b03a14 authored by alex@thinkpad on 20 April 2016, 08:07:43 UTC
rawbench.lua: removed 4GB workarounds when getting file sizes; 64-bit printf not working though
Tip revision: 1ba6357
qemu-util.h
#ifndef _qemu_util_h
#define _qemu_util_h

int qprintf(const char * fmt, ...); // prints in the QEMU console

void qemu_cam_init();
void qemu_hello();
void qemu_menu_screenshots();

#endif
back to top