Changeset 1249 for trunk/include/stdlib.h
- Timestamp:
- 07/27/11 23:47:27 (23 months ago)
- Location:
- trunk
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
include/stdlib.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/philmoz (added) merged: 1246-1248
- Property svn:mergeinfo changed
-
trunk/include/stdlib.h
r1153 r1249 144 144 extern int lseek (int fd, long offset, int whence); 145 145 extern long mkdir(const char *dirname); 146 extern long mkdir_if_not_exist(const char *dirname); 146 147 extern int rename(const char *oldname, const char *newname); 147 148 extern int chdir(char *pathname);
Note: See TracChangeset
for help on using the changeset viewer.