Changeset 584 for trunk/psLib/test/sysUtils/tst_psHash01.c
- Timestamp:
- May 5, 2004, 2:20:50 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/test/sysUtils/tst_psHash01.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/sysUtils/tst_psHash01.c
r560 r584 32 32 } 33 33 34 main()34 int main() 35 35 { 36 36 psHash *myHashTable = NULL; 37 37 int testStatus = true; 38 int i = 0;39 38 40 39 printPositiveTestHeader(stdout, … … 68 67 testStatus); 69 68 70 exit(!testStatus);69 return (!testStatus); 71 70 }
Note:
See TracChangeset
for help on using the changeset viewer.
