#ifndef LIST_H #define LIST_H #include #include #include extern const uint8_t STARTING_ELEMENTS; GroundValue createList(int64_t initialCapacity); void initLists(GroundScope* scope); #endif