Changeset 463
- Timestamp:
- Apr 19, 2004, 4:30:07 PM (22 years ago)
- Location:
- trunk/psLib/src
- Files:
-
- 4 edited
-
sys/psError.c (modified) (2 diffs)
-
sys/psString.h (modified) (2 diffs)
-
sysUtils/psError.c (modified) (2 diffs)
-
sysUtils/psString.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/sys/psError.c
r432 r463 10 10 * @author Eric Van Alst, MHPCC 11 11 * 12 * @version $Revision: 1. 2$ $Name: not supported by cvs2svn $13 * @date $Date: 2004-04- 16 02:18:57 $12 * @version $Revision: 1.3 $ $Name: not supported by cvs2svn $ 13 * @date $Date: 2004-04-20 02:30:07 $ 14 14 * 15 15 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 68 68 69 69 // Clean up stack after variable arguement has been used 70 va_end(argPtr); 70 va_end(argPtr); 71 71 } 72 72 -
trunk/psLib/src/sys/psString.h
r439 r463 8 8 * @author Eric Van Alst, MHPCC 9 9 * 10 * @version $Revision: 1. 1$ $Name: not supported by cvs2svn $11 * @date $Date: 2004-04- 19 19:09:36$10 * @version $Revision: 1.2 $ $Name: not supported by cvs2svn $ 11 * @date $Date: 2004-04-20 02:30:07 $ 12 12 * 13 13 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 47 47 48 48 49 /** Copies the input string up to the specified number of characters 49 /** Copies the input string up to the specified number of characters 50 50 * 51 51 * This function shall allocate memory to the length specified by nChar -
trunk/psLib/src/sysUtils/psError.c
r432 r463 10 10 * @author Eric Van Alst, MHPCC 11 11 * 12 * @version $Revision: 1. 2$ $Name: not supported by cvs2svn $13 * @date $Date: 2004-04- 16 02:18:57 $12 * @version $Revision: 1.3 $ $Name: not supported by cvs2svn $ 13 * @date $Date: 2004-04-20 02:30:07 $ 14 14 * 15 15 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 68 68 69 69 // Clean up stack after variable arguement has been used 70 va_end(argPtr); 70 va_end(argPtr); 71 71 } 72 72 -
trunk/psLib/src/sysUtils/psString.h
r439 r463 8 8 * @author Eric Van Alst, MHPCC 9 9 * 10 * @version $Revision: 1. 1$ $Name: not supported by cvs2svn $11 * @date $Date: 2004-04- 19 19:09:36$10 * @version $Revision: 1.2 $ $Name: not supported by cvs2svn $ 11 * @date $Date: 2004-04-20 02:30:07 $ 12 12 * 13 13 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 47 47 48 48 49 /** Copies the input string up to the specified number of characters 49 /** Copies the input string up to the specified number of characters 50 50 * 51 51 * This function shall allocate memory to the length specified by nChar
Note:
See TracChangeset
for help on using the changeset viewer.
