Changeset 2204 for trunk/psLib/test/collections/tst_psHash00.c
- Timestamp:
- Oct 26, 2004, 2:57:34 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/test/collections/tst_psHash00.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/collections/tst_psHash00.c
r1421 r2204 8 8 #include "psHash.h" 9 9 #define NUM_HASH_TABLE_BUCKETS 10 10 intmain()10 psS32 main() 11 11 { 12 12 psHash *myHashTable = NULL; 13 inttestStatus = true;14 inti = 0;15 intcurrentId = psMemGetId();16 intmemLeaks = 0;13 psS32 testStatus = true; 14 psS32 i = 0; 15 psS32 currentId = psMemGetId(); 16 psS32 memLeaks = 0; 17 17 printPositiveTestHeader(stdout, 18 18 "psHash functions",
Note:
See TracChangeset
for help on using the changeset viewer.
