#include <vec.h>
Valid vector layouts vl_embed - Embeddable vector that uses the trailing array idiom. vl_ptr - Space efficient vector that uses a pointer to an embeddable vector.