Changeset 14590 for trunk/Ohana/src/opihi/lib.data/convert.c
- Timestamp:
- Aug 21, 2007, 2:10:20 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/lib.data/convert.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/lib.data/convert.c
r8192 r14590 117 117 118 118 /***** convert seconds to HH:MM:SS ****/ 119 char * sec_to_hms (time_t second) {119 char *ohana_sec_to_hms (time_t second) { 120 120 121 121 struct tm *gmt; … … 129 129 130 130 /***** convert seconds to Day@HH:MM:SS ****/ 131 char * sec_to_day (time_t second) {131 char *ohana_sec_to_day (time_t second) { 132 132 133 133 struct tm *gmt;
Note:
See TracChangeset
for help on using the changeset viewer.
