Files
cground/libs/collections/list.h
2026-04-11 16:06:34 +10:00

11 lines
157 B
C

#ifndef LIST_H
#define LIST_H
#include <groundext.h>
#include <groundvm.h>
extern const uint8_t STARTING_ELEMENTS;
GroundValue createListStruct();
#endif