Another safe stack.

This commit is contained in:
Ben Laurie
1999-05-30 15:25:47 +00:00
parent 838d25a1ec
commit ee8ba0b26c
7 changed files with 54 additions and 30 deletions

View File

@@ -98,6 +98,7 @@ char *sk_pop(STACK *st);
void sk_zero(STACK *st);
int (*sk_set_cmp_func(STACK *sk, int (*c)()))();
STACK *sk_dup(STACK *st);
void sk_sort(STACK *st);
#ifdef __cplusplus
}