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