Skip to content
Snippets Groups Projects
Commit c66b9657 authored by Andreas Schmidt's avatar Andreas Schmidt :seedling:
Browse files

+= unimplemented

parent e3602d4c
No related branches found
No related tags found
No related merge requests found
......@@ -5,6 +5,7 @@
unsigned int fib(unsigned int n)
{
fprintf(stderr, "Unimplemented fib()\n");
abort();
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment