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

bugfix

parent cc6bb2ce
Branches
Tags 4.0.0
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