Changes between Version 82 and Version 83 of library_stdio


Ignore:
Timestamp:
Jun 11, 2015, 8:03:47 PM (9 years ago)
Author:
alain
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • library_stdio

    v82 v83  
    184184Returns  -1 if error.
    185185
    186 === 2)  '''int giet_fat_close'''( unsigned int fd_id ) ===
     186=== 2)  int '''giet_fat_close'''( unsigned int fd_id ) ===
    187187Close a file identified by the ''fd_id'' file descriptor.
    188188It decrements the reference count in the inode associated to the file, and release the fd_id entry in the file descriptors array.
     
    192192Returns -1 if error.
    193193
    194 === 3) '''int get_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 ) ===
    195195This function returns the "size" and the current "offset" value for a file identified  by the "fd_id" argument.
    196196