Created
April 10, 2012 11:08
-
-
Save freecnjet/2350508 to your computer and use it in GitHub Desktop.
File management
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #ifndef _FILESYSTEM_H_ | |
| #define _FILESYSTEM_H_ | |
| create file, delete file | |
| open, close | |
| read, write, reposition | |
| get/set file attributes | |
| #endif |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment