Changes between Version 142 and Version 143 of library_stdio


Ignore:
Timestamp:
Dec 15, 2015, 4:12:39 PM (8 years ago)
Author:
alain
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • library_stdio

    v142 v143  
    287287=== 6) int '''giet_fat_lseek'''( unsigned int fd_id , unsigned int offset , unsigned int whence ) ===
    288288This 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.
     289It repositions the offset in the file descriptor <fd_id>, according to the <offset> and <whence> arguments.
    290290The two accepted values for the whence argument are
    291291 * SEEK_SET : new_offset <= offset