Changeset d96d9bc in mainline for uspace/lib/c/include/vfs/vfs.h
- Timestamp:
- 2017-04-02T20:38:50Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- c23275a
- Parents:
- 1e2e5795
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/vfs/vfs.h
r1e2e5795 rd96d9bc 74 74 75 75 extern char *vfs_absolutize(const char *, size_t *); 76 extern int vfs_cwd_set(const char *path); 77 extern int vfs_cwd_get(char *path, size_t); 76 78 77 79 extern int vfs_fhandle(FILE *, int *);
Note:
See TracChangeset
for help on using the changeset viewer.