progress
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#include "../../include/ground.h"
|
||||
|
||||
GroundList _GroundNewList(size_t len, GroundValue* contents) {
|
||||
GroundList _GroundNewList(GroundSize len, GroundValue* contents) {
|
||||
GroundList list = {
|
||||
.capacity = 16,
|
||||
.count = 0,
|
||||
|
||||
Reference in New Issue
Block a user