Simple library for reading the romfs images. Only using static memory allocation. For use in embedded environments.
- get file mode
- fstatat
- open
- close
- read
- seek
- tell
- read dir
- map file
- ReadNodeHdr - check for bad offset, maybe count checksum?
- Checksum checking
- Documentation!
- compile options (max path length, max filename length, etc.)
- path_utils: change
__strtok_r
tostrtok_r
- fix multithreaded execution
- added possibility to implement and use own malloc/free
- added Tell operation
- changed interface to support multiple instances