IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 18, 2012, 8:32:21 AM (15 years ago)
Author:
eugene
Message:

support for reading int and time types in opihi

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20111122/Ohana/src/libohana/include/ohana.h

    r32993 r33116  
    238238int     dparse                 PROTO((double *X, int NX, char *line));
    239239int     dparse_csv             PROTO((double *X, int NX, char *line));
     240int     iparse                 PROTO((int *X, int NX, char *line));
    240241int     iparse_csv             PROTO((int *X, int NX, char *line));
     242int     tparse                 PROTO((time_t *X, int NX, char *line));
     243int     tparse_csv             PROTO((time_t *X, int NX, char *line));
    241244int     fparse                 PROTO((float *X, int NX, char *line));
    242245int     get_argument           PROTO((int argc, char **argv, char *arg));
Note: See TracChangeset for help on using the changeset viewer.