Loading tests/exemple_collision.c +1 −0 Original line number Diff line number Diff line Loading @@ -43,6 +43,7 @@ int main(){ return 0; } else { i++; l = list_push(l, p); } } Loading tests/list_tests.c +1 −1 Original line number Diff line number Diff line #include <assert.h> #include <stdio.h> #include "linked_list.h" #include "list.h" #include "bignum.h" void test_emptyness() { Loading Loading
tests/exemple_collision.c +1 −0 Original line number Diff line number Diff line Loading @@ -43,6 +43,7 @@ int main(){ return 0; } else { i++; l = list_push(l, p); } } Loading
tests/list_tests.c +1 −1 Original line number Diff line number Diff line #include <assert.h> #include <stdio.h> #include "linked_list.h" #include "list.h" #include "bignum.h" void test_emptyness() { Loading