- Timestamp:
- Sep 7, 2011, 10:06:08 AM (12 years ago)
- Branches:
- master, release-1.10, release-1.9
- Children:
- 732d5c0, bcb84df
- Parents:
- 3b17b57
- git-author:
- David Benjamin <davidben@mit.edu> (08/01/11 02:03:32)
- git-committer:
- David Benjamin <davidben@mit.edu> (09/07/11 10:06:08)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
util.c
rf271129 r6646fdb 268 268 269 269 /* caller must free the return */ 270 CALLER_OWN char *owl_util_ minutes_to_timestr(int in)270 CALLER_OWN char *owl_util_format_minutes(int in) 271 271 { 272 272 int days, hours; … … 289 289 } 290 290 291 CALLER_OWN char *owl_util_ time_to_timestr(const struct tm *time)291 CALLER_OWN char *owl_util_format_time(const struct tm *time) 292 292 { 293 293 /* 32 chosen for first attempt because timestr will end up being
Note: See TracChangeset
for help on using the changeset viewer.