46#include "euclid_common.h"
60 extern void SortedSet_dhCreate (SortedSet_dh * ss,
int initialSize);
61 extern void SortedSet_dhDestroy (SortedSet_dh ss);
62 extern void SortedSet_dhInsert (SortedSet_dh ss,
int idx);
63 extern void SortedSet_dhGetList (SortedSet_dh ss,
int **list,
int *count);