IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 28, 2005, 10:17:52 AM (21 years ago)
Author:
drobbin
Message:

updated files in accordance with requested revisions in apidelta-report-cycle6

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/sys/psString.h

    r4162 r4409  
    1313 *  @author Eric Van Alst, MHPCC
    1414 *
    15  *  @version $Revision: 1.13 $ $Name: not supported by cvs2svn $
    16  *  @date $Date: 2005-06-08 23:40:45 $
     15 *  @version $Revision: 1.14 $ $Name: not supported by cvs2svn $
     16 *  @date $Date: 2005-06-28 20:17:52 $
    1717 *
    1818 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    3939 *  plus one and copy the input string to the newly allocated memory.
    4040 *
    41  *  @return char*      Copy of input string
     41 *  @return psString:      Copy of input string
    4242 *
    4343 */
    44 char *psStringCopy(
    45     const char *str
    46     /**< Input string of characters to copy */
     44psString psStringCopy(
     45    const char *string                 ///< Input string of characters to copy
    4746);
    4847
     
    5756 *  be set to NULL.
    5857 *
    59  *  @return  char* Copy of input string
     58 *  @return  psString:  Copy of input string
    6059 *
    6160 */
     
    6362/*@null@*/
    6463
    65 char *psStringNCopy(
    66     const char *str,
    67     /**< Input string of characters to copy */
    68 
    69     psS32 nChar
    70     /**< Number of bytes to allocate for string copy */
     64psString psStringNCopy(
     65    const char *string,                ///< Input string of characters to copy
     66    int nChar                          ///< Number of bytes to allocate for string copy
    7167);
    7268
Note: See TracChangeset for help on using the changeset viewer.