O2S C Library 1.8.2
Provide high-level data-structures and other fundamental tools for C projects
Loading...
Searching...
No Matches
array_t Struct Reference

O2S array implementation. More...

#include <array.h>

Data Fields

void * start
 Underlying storage.
size_t type_size
 Size in bytes of a single element.
size_t count
 Number of elements currently stored.
size_t capacity
 Number of elements that can fit in the storage.

Detailed Description

O2S array implementation.

Definition at line 23 of file array.h.