nuttx/fs/fat
Stuart Ianna 3b4626acc8 fs/fat/fs_fat32.c Return EOF when reading past the end of the file.
When fseek is used to set the file pointer past the end of the file,
fread should return EOF. See #12496.
2024-06-24 22:14:07 +08:00
..
CMakeLists.txt
fs_fat32.c fs/fat/fs_fat32.c Return EOF when reading past the end of the file. 2024-06-24 22:14:07 +08:00
fs_fat32.h
fs_fat32attrib.c
fs_fat32dirent.c docs/fs/vfat: Improve VFAT documentation 2024-02-05 03:43:41 -08:00
fs_fat32util.c docs/fs/vfat: Improve VFAT documentation 2024-02-05 03:43:41 -08:00
Kconfig
Make.defs