Changes between Version 82 and Version 83 of library_stdio
- Timestamp:
- Jun 11, 2015, 8:03:47 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
library_stdio
v82 v83 184 184 Returns -1 if error. 185 185 186 === 2) '''intgiet_fat_close'''( unsigned int fd_id ) ===186 === 2) int '''giet_fat_close'''( unsigned int fd_id ) === 187 187 Close a file identified by the ''fd_id'' file descriptor. 188 188 It decrements the reference count in the inode associated to the file, and release the fd_id entry in the file descriptors array. … … 192 192 Returns -1 if error. 193 193 194 === 3) '''intget_fat_file_info'''( unsigned int fd_id , unsigned int* size , unsigned int* offset ) ===194 === 3) int '''get_fat_file_info'''( unsigned int fd_id , unsigned int* size , unsigned int* offset ) === 195 195 This function returns the "size" and the current "offset" value for a file identified by the "fd_id" argument. 196 196