Changeset 14590 for trunk/Ohana/src/opihi/include/convert.h
- Timestamp:
- Aug 21, 2007, 2:10:20 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/include/convert.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/include/convert.h
r8192 r14590 15 15 int day_to_sec PROTO((char *string, time_t *second)); 16 16 int hms_to_sec PROTO((char *string, time_t *second)); 17 char * sec_to_hmsPROTO((time_t second));18 char * sec_to_dayPROTO((time_t second));17 char *ohana_sec_to_hms PROTO((time_t second)); 18 char *ohana_sec_to_day PROTO((time_t second)); 19 19 20 20 char *meade_deg_to_str PROTO((double deg));
Note:
See TracChangeset
for help on using the changeset viewer.
