rockbox/firmware/libc/include
Marcin Bukat a8423321b8 stdio compat layer for plugins
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
2017-12-23 20:54:56 -05:00
..
sys
ctype.h
endian.h Do a better endian.h setup that isn't as fragile 2014-08-25 12:16:56 -04:00
errno.h Rewrite filesystem code (WIP) 2014-08-30 03:48:23 +02:00
fcntl.h Rewrite filesystem code (WIP) 2014-08-30 03:48:23 +02:00
inttypes.h
math.h
stdint.h stdio compat layer for plugins 2017-12-23 20:54:56 -05:00
stdio.h
stdlib.h Add normal alloca() definition and implement a strdupa and friends 2014-08-29 22:06:59 -04:00
string.h Add mempcpy implementation 2014-08-29 22:06:57 -04:00
time.h