|
C Fundamentals
Algorithms · data structures · cryptography · systems — pure C11, zero deps
|
Public Attributes | |
| size_t | capacity |
| int * | data |
| size_t | size |
| size_t cf_stack::capacity |
Definition at line 13 of file stack.c.
Referenced by cf_stack_create(), and cf_stack_push().
| int* cf_stack::data |
Definition at line 11 of file stack.c.
Referenced by cf_stack_create(), cf_stack_destroy(), cf_stack_peek(), cf_stack_pop(), and cf_stack_push().
| size_t cf_stack::size |
Definition at line 12 of file stack.c.
Referenced by cf_stack_create(), cf_stack_is_empty(), cf_stack_peek(), cf_stack_pop(), cf_stack_push(), and cf_stack_size().