Searched defs:stack_st (Results 1 – 1 of 1) sorted by relevance
62 struct stack_st { struct63 int num;64 char **data;65 int sorted;67 int num_alloc;68 int (*comp)(const void *, const void *);