forked from ground/ground
11 lines
157 B
C
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
|