a8423321b8
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 |
||
---|---|---|
.. | ||
sys | ||
ctype.h | ||
endian.h | ||
errno.h | ||
fcntl.h | ||
inttypes.h | ||
math.h | ||
stdint.h | ||
stdio.h | ||
stdlib.h | ||
string.h | ||
time.h |