list: Permet d'insérer et de récupérer la taille

This commit is contained in:
2022-10-14 09:48:26 +02:00
parent 03b7ee8494
commit cb6d978cad
4 changed files with 33 additions and 0 deletions

View File

@@ -14,3 +14,8 @@ build/testLinkedList.o: test/testLinkedList.c src/linkedList.h | build
build:
mkdir build
clean:
rm -rf testLinkedList build
.PHONY: all test clean