Fixed some of the footguns

This commit is contained in:
2025-10-30 08:06:18 +01:00
parent d665218448
commit 385d614819
4 changed files with 34 additions and 26 deletions

View File

@@ -21,6 +21,7 @@ typedef struct {
} data;
// if i >= len, the program's guardrails have failed
// i represents last written array space, len represents the array's length
int i, len;
} stack;