Changeset 2204 for trunk/psLib/src/sysUtils/psString.c
- Timestamp:
- Oct 26, 2004, 2:57:34 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/sysUtils/psString.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/sysUtils/psString.c
r1969 r2204 9 9 * @author Eric Van Alst, MHPCC 10 10 * 11 * @version $Revision: 1.1 2$ $Name: not supported by cvs2svn $12 * @date $Date: 2004-10- 06 01:05:41 $11 * @version $Revision: 1.13 $ $Name: not supported by cvs2svn $ 12 * @date $Date: 2004-10-27 00:57:31 $ 13 13 * 14 14 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 31 31 } 32 32 33 char *psStringNCopy(const char *str, intnChar)33 char *psStringNCopy(const char *str, psS32 nChar) 34 34 { 35 35 char *returnValue = NULL;
Note:
See TracChangeset
for help on using the changeset viewer.
