forked from ground/ground
core of lists done
This commit is contained in:
11
libs/collections/list.h
Normal file
11
libs/collections/list.h
Normal file
@@ -0,0 +1,11 @@
|
||||
#ifndef LIST_H
|
||||
#define LIST_H
|
||||
|
||||
#include <groundext.h>
|
||||
#include <groundvm.h>
|
||||
|
||||
extern const uint8_t STARTING_ELEMENTS;
|
||||
|
||||
GroundValue createListStruct();
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user