Changeset 2204 for trunk/psLib/test/collections/tst_psHash04.c
- Timestamp:
- Oct 26, 2004, 2:57:34 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/test/collections/tst_psHash04.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/collections/tst_psHash04.c
r1421 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 inti = 0;37 psS32 testStatus = true; 38 psS32 i = 0; 39 39 char *myKeys[] = {"ENTRY00", "ENTRY01", "ENTRY02", "ENTRY03", NULL 40 40 }; 41 41 char *myData[] = {"IDA", "IDB", "IDC", "IDD", NULL 42 42 }; 43 intcurrentId = psMemGetId();44 intmemLeaks = 0;43 psS32 currentId = psMemGetId(); 44 psS32 memLeaks = 0; 45 45 psList *myLinkList = NULL; 46 46 psListElem *tmp = NULL;
Note:
See TracChangeset
for help on using the changeset viewer.
