summaryrefslogtreecommitdiff
path: root/apps/plugins/lib/stdio_compat.h (unfollow)
Commit message (Collapse)Author
2017-12-24Undef potentially conflicting macros in stdio_compat.hFranklin Wei
Change-Id: If4af3e3cc16a947127e6253d0b81b684b5abb0c9
2017-12-24fix redFranklin Wei
Change-Id: Ib28cfd9037901c7b8bc9b2960ad2c1c9a1e25a69
2017-12-23Port of Duke Nukem 3DFranklin Wei
This ports Fabien Sanglard's Chocolate Duke to run on a version of SDL for Rockbox. Change-Id: I8f2c4c78af19de10c1633ed7bb7a997b43256dd9
2017-12-23stdio compat layer for pluginsMarcin Bukat
This is attempt to simplify porting programs to rockbox (as plugins). Currently this compat layer implements: fopen(), fclose(), fflush(), fread(), fwrite(), fseek(), fseeko(), ftell(), ftello(), fgetc(), ungetc(), fputc(), fgets(), clearerr(), ferror(), feof(), fprintf() In order to use it you need to include in ported sources "lib/stdio_compat.h" Change-Id: I5add615dd19c5af9c767ccbfb1bd5a4e466741cb