IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 266


Ignore:
Timestamp:
Mar 19, 2004, 9:19:08 AM (22 years ago)
Author:
eugene
Message:

added psStringNCopy to specify number of chars in output.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/archive/pslib/include/psMisc.h

    r257 r266  
    2828;
    2929
     30/// Allocates nChar and returns a copy of the string or segment
     31char *psStringNCopy(const char *str, int nChar) ///< string to copy
     32;
     33
    3034/* \} */ // End of SystemGroup Functions
    3135
Note: See TracChangeset for help on using the changeset viewer.