Changeset 3809 for branches/libc-0.6/src/emx/include/time.h
- Timestamp:
- Feb 16, 2014, 9:20:59 PM (11 years ago)
- Location:
- branches/libc-0.6/src/emx/include
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/libc-0.6/src/emx/include
- Property svn:mergeinfo changed
/trunk/libc/include merged: 3808
- Property svn:mergeinfo changed
-
branches/libc-0.6/src/emx/include/time.h
r2698 r3809 200 200 extern long _timezone; 201 201 extern char *_tzname[2]; 202 char *_strptime ( __const__ char *, __const__char *, struct tm *);202 char *_strptime (const char *, const char *, struct tm *); 203 203 void _tzset (void); 204 204 #endif
Note:
See TracChangeset
for help on using the changeset viewer.