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