|
htils 1
A small set of utilities for C programming.
|
The header of a dynamic array. More...
#include <darray.h>
Data Fields | |
| u64 | cap |
| u64 | len |
The header of a dynamic array.
| cap | The capacity of the dynamic array. |
| len | The length of the dynamic array. |
| u64 h2o_h2o_da_header::cap |
| u64 h2o_h2o_da_header::len |