refactor dynamic array: update C standard, improve memory management, and add size/capacity functions
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user