12 lines
209 B
C
12 lines
209 B
C
// $XConsortium: hdictinit.C /main/4 1996/08/21 15:49:25 drk $
|
|
|
|
|
|
#include "dti_cc/cc_pvect.h"
|
|
#include "dti_cc/cc_hdict.h"
|
|
|
|
|
|
typedef hashTable<int, float> _f1__;
|
|
typedef hashTableIterator<int, float> _f2__;
|
|
|
|
|