Searched defs:stack_st (Results 1 – 1 of 1) sorted by relevance
66 typedef struct stack_st { struct67 int num;68 char **data;69 int sorted;71 int num_alloc;72 int (*comp)(const void *, const void *);