This commit is contained in:
2026-06-20 19:45:52 +10:00
parent b4e481ed9c
commit f97cec4567
17 changed files with 92 additions and 51 deletions

View File

@@ -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,