refactor dynamic array: include stddef.h for size_t support

This commit is contained in:
2026-03-27 15:05:31 -03:00
parent 407224a796
commit 628957af68

View File

@@ -1,5 +1,7 @@
#pragma once #pragma once
#include <stddef.h>
#define DEFAULT_ARRAY_SIZE 10 #define DEFAULT_ARRAY_SIZE 10