data-structures-c
Loading...
Searching...
No Matches
fstack Struct Reference

Generated stack struct type for a given VALUE_TYPE. More...

#include <fstack.h>

Public Attributes

uint32_t count
 number of values.
 
uint32_t capacity
 maximum number of values allocated for.
 
VALUE_TYPE values []
 array of values.
 

Detailed Description

Generated stack struct type for a given VALUE_TYPE.


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