Skip to content
Snippets Groups Projects
Commit 10311214 authored by Theo Betton's avatar Theo Betton
Browse files

save

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