Changes between Version 142 and Version 143 of library_stdio
- Timestamp:
- Dec 15, 2015, 4:12:39 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
library_stdio
v142 v143 287 287 === 6) int '''giet_fat_lseek'''( unsigned int fd_id , unsigned int offset , unsigned int whence ) === 288 288 This function has the same semantic as the UNIX lseek() function. 289 It repositions the offset in the file descriptor "fd_id", according to the "offset" and "whence"arguments.289 It repositions the offset in the file descriptor <fd_id>, according to the <offset> and <whence> arguments. 290 290 The two accepted values for the whence argument are 291 291 * SEEK_SET : new_offset <= offset