IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 21, 2007, 2:10:20 PM (19 years ago)
Author:
eugene
Message:

convert str_to_time and related functions to ohana_...; various cleanups for -Wall -Werror

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/opihi/lib.data/convert.c

    r8192 r14590  
    117117
    118118/***** convert seconds to HH:MM:SS ****/
    119 char *sec_to_hms (time_t second) {
     119char *ohana_sec_to_hms (time_t second) {
    120120 
    121121  struct tm *gmt;
     
    129129
    130130/***** convert seconds to Day@HH:MM:SS ****/
    131 char *sec_to_day (time_t second) {
     131char *ohana_sec_to_day (time_t second) {
    132132 
    133133  struct tm *gmt;
Note: See TracChangeset for help on using the changeset viewer.