Add example and readme

This commit is contained in:
2024-05-09 22:55:42 +02:00
parent 532eabb264
commit c6bfc90bcd
6 changed files with 82 additions and 6 deletions
+1 -1
View File
@@ -56,7 +56,7 @@ int main(void)
}
}
fprintf(stderr, "performed=%lu, expected=%u\n", performed, MAX_ALLOCS);
fprintf(stderr, "performed=%d, expected=%d\n", (int) performed, (int) MAX_ALLOCS);
buddy_cleanup(&alloc);
return 0;