Changeset 2204 for trunk/psLib/test/collections/tst_psHash01.c
- Timestamp:
- Oct 26, 2004, 2:57:34 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/test/collections/tst_psHash01.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/collections/tst_psHash01.c
r1811 r2204 7 7 #include "psHash.h" 8 8 #define NUM_HASH_TABLE_BUCKETS 100 9 intimGlobal = 0;9 psS32 imGlobal = 0; 10 10 11 11 typedef struct … … 32 32 } 33 33 34 intmain()34 psS32 main() 35 35 { 36 36 psHash *myHashTable = NULL; 37 inttestStatus = true;38 intcurrentId = psMemGetId();37 psS32 testStatus = true; 38 psS32 currentId = psMemGetId(); 39 39 ID* id = NULL; 40 intmemLeaks = 0;40 psS32 memLeaks = 0; 41 41 42 42 printPositiveTestHeader(stdout,
Note:
See TracChangeset
for help on using the changeset viewer.
