diff options
Diffstat (limited to '')
| -rw-r--r-- | src/lisiblestd/vec.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/lisiblestd/vec.c b/src/lisiblestd/vec.c new file mode 100644 index 0000000..2569e4b --- /dev/null +++ b/src/lisiblestd/vec.c @@ -0,0 +1,4 @@ +#include "vec.h" + +DEF_VEC(char *, StringVec, 256) +DEF_VEC(u8, u8vec, 1024) |
