1
0
mirror of https://github.com/CPunch/Laika.git synced 2025-09-27 04:10:08 +00:00

CONTRIB: ltask.c should probably be reviewed lol

This commit is contained in:
2022-09-03 00:56:17 -05:00
parent d015eec5f1
commit 257a50e817
2 changed files with 3 additions and 2 deletions

View File

@@ -26,6 +26,7 @@
type *name; \
int name##_COUNT; \
int name##_CAP
#define laikaM_initVector(name, startCap) \
name = NULL; \
name##_COUNT = 0; \