refactor dynamic array: update C standard, improve memory management, and add size/capacity functions

This commit is contained in:
2026-03-26 17:36:39 -03:00
parent a45a74ddff
commit e86a0af333
4 changed files with 278 additions and 8 deletions

View File

@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 4.2)
project(dynamic_array LANGUAGES C)
set(CMAKE_C_STANDARD 23)
set(CMAKE_C_STANDARD 11)
# Configures Testing Framework