IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 31, 2023, 10:55:31 AM (3 years ago)
Author:
eugene
Message:

convert instances of strncpy to strncpy_nowarn (or memcpy in specific cases where ending 0 is not desired)

File:
1 edited

Legend:

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

    r41468 r42343  
    296296char   *strcreate              PROTO((char *string));
    297297char   *strncreate             PROTO((char *string, int n));
     298char   *strncpy_nowarn         PROTO((char *dest, char *src, size_t n));
    298299int     strextend              PROTO((char **input, char *format,...)) OHANA_FORMAT(printf, 2, 3);
    299300int     scan_line              PROTO((FILE *f, char *line));
Note: See TracChangeset for help on using the changeset viewer.