Changeset 6025 for branches/eam_rel9_b1/psLib/src/sys/psString.h
- Timestamp:
- Jan 16, 2006, 11:23:21 PM (21 years ago)
- File:
-
- 1 edited
-
branches/eam_rel9_b1/psLib/src/sys/psString.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_rel9_b1/psLib/src/sys/psString.h
r5015 r6025 13 13 * @author Eric Van Alst, MHPCC 14 14 * 15 * @version $Revision: 1.16 $ $Name: not supported by cvs2svn $16 * @date $Date: 200 5-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 $ 17 17 * 18 18 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 97 97 /** @} */// Doxygen - End of SystemGroup Functions 98 98 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 } 109 psLine; 110 111 // psLine functions -- keep out for now? 112 psLine *psLineAlloc (int Nline); 113 bool psLineInit (psLine *line); 114 bool psLineAdd (psLine *line, char *format, ...); 115 # endif 116 99 117 #endif // #ifndef PS_STRING_H 118
Note:
See TracChangeset
for help on using the changeset viewer.
