C Fundamentals
Algorithms · data structures · cryptography · systems — pure C11, zero deps
Loading...
Searching...
No Matches
cf_stack Struct Reference

Public Attributes

size_t capacity
 
int * data
 
size_t size
 

Detailed Description

Definition at line 10 of file stack.c.

Member Data Documentation

◆ capacity

size_t cf_stack::capacity

Definition at line 13 of file stack.c.

Referenced by cf_stack_create(), and cf_stack_push().

◆ data

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

size_t cf_stack::size

The documentation for this struct was generated from the following file: