8 lines
167 B
C
8 lines
167 B
C
#include <groundext.h>
|
|
#include <groundvm.h>
|
|
|
|
#include "list.h"
|
|
|
|
void ground_init(GroundScope* scope) {
|
|
groundAddValueToScope(scope, "List", createListStruct());
|
|
} |