Changeset 2204 for trunk/psLib/test/astronomy/tst_psTime_02.c
- Timestamp:
- Oct 26, 2004, 2:57:34 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/test/astronomy/tst_psTime_02.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/astronomy/tst_psTime_02.c
r2177 r2204 10 10 * @author Ross Harman, MHPCC 11 11 * 12 * @version $Revision: 1. 6$ $Name: not supported by cvs2svn $13 * @date $Date: 2004-10-2 0 20:02:46$12 * @version $Revision: 1.7 $ $Name: not supported by cvs2svn $ 13 * @date $Date: 2004-10-27 00:57:33 $ 14 14 * 15 15 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 20 20 #include "psTest.h" 21 21 22 int main(intargc, char* argv[])22 psS32 main(psS32 argc, char* argv[]) 23 23 { 24 24 … … 44 44 psMemCheckLeaks(0, NULL, stdout); 45 45 psMemCheckCorruption(0); 46 intnBad = psMemCheckCorruption(0);46 psS32 nBad = psMemCheckCorruption(0); 47 47 if(nBad) { 48 48 printf("ERROR: Found %d bad memory blocks\n", nBad);
Note:
See TracChangeset
for help on using the changeset viewer.
