Skip to content
Snippets Groups Projects
Commit 6fcaad20 authored by Matthieu Dien's avatar Matthieu Dien
Browse files

bugfix

parent cc6bb2ce
No related branches found
Tags 0.2.0
No related merge requests found
...@@ -43,6 +43,7 @@ int main(){ ...@@ -43,6 +43,7 @@ int main(){
return 0; return 0;
} else { } else {
i++;
l = list_push(l, p); l = list_push(l, p);
} }
} }
......
#include <assert.h> #include <assert.h>
#include <stdio.h> #include <stdio.h>
#include "linked_list.h" #include "list.h"
#include "bignum.h" #include "bignum.h"
void test_emptyness() { void test_emptyness() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment