private.h 91 B

1234567
  1. #include "faux/vec.h"
  2. struct faux_vec_s {
  3. void *data;
  4. size_t len;
  5. size_t item_size;
  6. };