vpath du makefile cheche a la racine de source

This commit is contained in:
Hugo LAMY
2019-11-27 19:01:28 +01:00
parent 8392fd20f0
commit 4804efecb2
83 changed files with 40 additions and 16 deletions

15
testresults Normal file
View File

@@ -0,0 +1,15 @@
memcpy:
does not behave well with null as both params with size
memmove:
does not work well with null as both parameters and size
calloc:
does not work with 0 size
lstlast:
does not work with basic input
lstclear:
does not free the list
does not work with basic input
lstiter:
does not work with basic input
lstmap:
does not work with basic input