Changeset 2204 for trunk/psLib/test/collections/tst_psHash02.c
- Timestamp:
- Oct 26, 2004, 2:57:34 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/test/collections/tst_psHash02.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/collections/tst_psHash02.c
r1421 r2204 12 12 #include "psHash.h" 13 13 #define NUM_HASH_TABLE_BUCKETS 100 14 intimGlobal = 0;14 psS32 imGlobal = 0; 15 15 16 16 typedef struct … … 36 36 } 37 37 38 intmain()38 psS32 main() 39 39 { 40 40 psHash *myHashTable = NULL; 41 inttestStatus = true;42 inti = 0;41 psS32 testStatus = true; 42 psS32 i = 0; 43 43 ID *id = NULL; 44 44 char *myKeys[] = {"ENTRY00", "ENTRY01", "ENTRY02", "ENTRY03", NULL … … 46 46 char *myData[] = {"IDA", "IDB", "IDC", "IDD", NULL 47 47 }; 48 intcurrentId = psMemGetId();49 intmemLeaks = 0;48 psS32 currentId = psMemGetId(); 49 psS32 memLeaks = 0; 50 50 51 51 printPositiveTestHeader(stdout,
Note:
See TracChangeset
for help on using the changeset viewer.
