Changeset 8219eb9 in mainline for uspace/lib/c/include/sys/time.h
- Timestamp:
- 2012-04-23T22:14:32Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- f6cb995
- Parents:
- 5b3394c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/sys/time.h
r5b3394c r8219eb9 41 41 42 42 #define DST_NONE 0 43 #define ASCTIME_BUF_LEN 26 43 44 44 45 typedef long time_t; … … 80 81 extern time_t mktime(struct tm *tm); 81 82 extern struct tm *gmtime(const time_t *timer); 83 extern char *asctime(const struct tm *timeptr); 82 84 extern size_t strftime(char *restrict s, size_t maxsize, 83 85 const char *restrict format, const struct tm *restrict tm);
Note:
See TracChangeset
for help on using the changeset viewer.