Changes between Version 85 and Version 86 of library_stdio
- Timestamp:
- Jun 15, 2015, 2:09:51 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
library_stdio
v85 v86 173 173 174 174 === 1) int '''giet_fat_open'''( char* pathname, unsigned int flags ) === 175 This function allocates a file descriptor to the calling task, for the file identified by its absolute "pathname".175 This function allocates a file descriptor to the calling task, for the file identified by its absolute pathname from root. 176 176 If several tasks try to open the same file, each task obtains a private file descriptor. 177 177 The semantic is similar to the UNIX open() function, but the UNIX oflags and the UNIX access rights are not supported.