#include #include #include "list.h" void ground_init(GroundScope* scope) { groundAddValueToScope(scope, "List", createListStruct()); }