Changes between Version 83 and Version 84 of library_stdio
- Timestamp:
- Jun 11, 2015, 8:16:57 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
library_stdio
v83 v84 233 233 Returns -1 if error. 234 234 235 === 8) int '''get_fat_mkdir ( char* pathname ) ===235 === 8) int '''get_fat_mkdir'''( char* pathname ) === 236 236 This function has the same semantic as the UNIX mkdir() function. 237 237 It creates in the file system the directory specified by the absolute "pathname" argument.