Changeset 1022 for trunk/psLib/test/sysUtils/tst_psHash03.c
- Timestamp:
- Jun 14, 2004, 9:40:15 AM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/test/sysUtils/tst_psHash03.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/sysUtils/tst_psHash03.c
r892 r1022 2 2 This code will test whether hash tables entries can be removed correctly. 3 3 4 GUS: Add code to test whether duplicates are handled correctly.4 NOTE: Add code to test whether duplicates are handled correctly. 5 5 *****************************************************************************/ 6 6 #include <stdio.h> … … 102 102 while (myKeys[i] != NULL) { 103 103 id = psHashRemove(myHashTable, myKeys[i], (void (*)(void *))IdFree); 104 // GUS:The psHashRemove() procedure removes the entry from the hash104 // The psHashRemove() procedure removes the entry from the hash 105 105 // table, but does not delete the data. The following is necessary 106 106 // to delete the data as well (which is returned from the call).
Note:
See TracChangeset
for help on using the changeset viewer.
