rockbox/apps/plugins/frotz
Frank Gevaerts 530c25130f Make the sim buildable with mingw again
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26037 a1c6a512-1295-4272-9138-f99709370657
2010-05-14 22:57:52 +00:00
..
buffer.c
dumb_frotz.h
dumb_init.c
dumb_output.c
err.c
fastmem.c Make open() posix compliant api-wise. A few calls (those with O_CREAT) need the additional optional mode parameter so add it. Impact for the core is almost zero, as open() is a wrapper macro for the real open function which doesn't take the variable parameter. 2010-05-06 17:35:13 +00:00
files.c Make open() posix compliant api-wise. A few calls (those with O_CREAT) need the additional optional mode parameter so add it. Impact for the core is almost zero, as open() is a wrapper macro for the real open function which doesn't take the variable parameter. 2010-05-06 17:35:13 +00:00
frotz.c Move c/h files implementing/defining standard library stuff into a new libc directory, also standard'ify some parts of the code base (almost entirely #include fixes). 2010-05-06 21:04:40 +00:00
frotz.h
frotz.make
frotzplugin.h Make the sim buildable with mingw again 2010-05-14 22:57:52 +00:00
hotkey.c
input.c
main.c
math.c
object.c
process.c
quetzal.c
random.c
redirect.c
screen.c
setup.h
sound.c
SOURCES
STATUS
stream.c
table.c
text.c
variable.c