Changeset 584 for trunk/psLib/test/sysUtils/tst_psHash02.c
- Timestamp:
- May 5, 2004, 2:20:50 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/test/sysUtils/tst_psHash02.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/sysUtils/tst_psHash02.c
r560 r584 6 6 *****************************************************************************/ 7 7 #include <stdio.h> 8 #include <string.h> 8 9 #include "pslib.h" 9 10 #include "psTest.h" … … 32 33 } 33 34 34 main()35 int main() 35 36 { 36 37 psHash *myHashTable = NULL; … … 68 69 testStatus); 69 70 70 exit(!testStatus);71 return (!testStatus); 71 72 }
Note:
See TracChangeset
for help on using the changeset viewer.
