summaryrefslogtreecommitdiffstats
path: root/src/lisiblestd/vec.c
blob: 2569e4b9b78f7683e50d79e4ec05f4f1dce2e072 (plain) (blame)
1
2
3
4
#include "vec.h"

DEF_VEC(char *, StringVec, 256)
DEF_VEC(u8, u8vec, 1024)
Go back to lisible.xyz