IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 8, 2012, 8:05:56 AM (14 years ago)
Author:
eugene
Message:

new function scan_line_maxlen to avoid string overruns

File:
1 edited

Legend:

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

    r33116 r33217  
    236236char   *strncreate             PROTO((char *string, int n));
    237237int     scan_line              PROTO((FILE *f, char *line));
     238int     scan_line_maxlen       PROTO((FILE *f, char *line, int maxlen));
    238239int     dparse                 PROTO((double *X, int NX, char *line));
    239240int     dparse_csv             PROTO((double *X, int NX, char *line));
Note: See TracChangeset for help on using the changeset viewer.