IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 16, 2006, 11:23:21 PM (21 years ago)
Author:
magnier
Message:

added psLine, commented out

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_rel9_b1/psLib/src/sys/psString.h

    r5015 r6025  
    1313 *  @author Eric Van Alst, MHPCC
    1414 *
    15  *  @version $Revision: 1.16 $ $Name: not supported by cvs2svn $
    16  *  @date $Date: 2005-09-13 01:09:58 $
     15 *  @version $Revision: 1.16.18.1 $ $Name: not supported by cvs2svn $
     16 *  @date $Date: 2006-01-17 09:23:21 $
    1717 *
    1818 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    9797/** @} */// Doxygen - End of SystemGroup Functions
    9898
     99
     100/* psLine not yet released */
     101# if (0)
     102    // structure to carry a dynamic string
     103    typedef struct
     104    {
     105        int NLINE;
     106        int Nline;
     107        char *line;
     108    }
     109psLine;
     110
     111// psLine functions -- keep out for now?
     112psLine      *psLineAlloc (int Nline);
     113bool      psLineInit (psLine *line);
     114bool      psLineAdd (psLine *line, char *format, ...);
     115# endif
     116
    99117#endif // #ifndef PS_STRING_H
     118
Note: See TracChangeset for help on using the changeset viewer.