diff options
author | Jasper | 2025-09-10 12:36:30 +0200 |
---|---|---|
committer | Jasper | 2025-09-10 12:36:30 +0200 |
commit | 6876fa51662f57dd99762154ce9e37df804bf9d3 (patch) | |
tree | 5a3e4708c1a2a4f5e422555c326da4abb93a4a0c /vector.c | |
parent | 368f17a4142221a851784b9da37a985c806f5fcc (diff) |
Building with tcc (for fun)
Diffstat (limited to 'vector.c')
-rw-r--r-- | vector.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -4,7 +4,6 @@ #include "utils.h" #include <math.h> -#include <stddef.h> #include <assert.h> #include <stdlib.h> #include <stdio.h> |