IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 26, 2004, 2:57:34 PM (22 years ago)
Author:
desonia
Message:

converted native C types to ps Types, where practical.

File:
1 edited

Legend:

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

    r1448 r2204  
    1010 *  @author Eric Van Alst, MHPCC
    1111 *
    12  *  @version $Revision: 1.8 $ $Name: not supported by cvs2svn $
    13  *  @date $Date: 2004-08-10 01:55:34 $
     12 *  @version $Revision: 1.9 $ $Name: not supported by cvs2svn $
     13 *  @date $Date: 2004-10-27 00:57:31 $
    1414 *
    1515 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    1919#define PS_STRING_H
    2020
     21#include "psType.h"
    2122
    2223/** This macro will convert the argument to a quoted string */
     
    6263    /**< Input string of characters to copy */
    6364
    64     int nChar
     65    psS32 nChar
    6566    /**< Number of bytes to allocate for string copy */
    6667);
Note: See TracChangeset for help on using the changeset viewer.