data_structures
|
#include "stack.h"
Go to the source code of this file.
Functions | |
size_t | stack_size (const t_stack *stack) |
Returns the number of items in this stack. More... | |
size_t stack_size | ( | const t_stack * | stack | ) |
Returns the number of items in this stack.
Definition at line 16 of file stack_size.c.