Go to the source code of this file.
Functions | |
int | stack_push (Stack *pile, const void *donnee) |
Stack up data at the top of the stack. | |
int | stack_pop (Stack *pile, void **donnee) |
Extract data from the top of the stack. |
Definition in file stack.c.
|
Extract data from the top of the stack.
Definition at line 33 of file stack.c. References list_rem_next(). |
|
Stack up data at the top of the stack.
Definition at line 19 of file stack.c. References list_ins_next(). |