Skip to content
Snippets Groups Projects
Commit aec4a84e authored by Peter Limkilde Svendsen's avatar Peter Limkilde Svendsen
Browse files

Include stdlib.h so free() can be used

parent 5af8e3ca
No related branches found
No related tags found
No related merge requests found
#include <stdio.h> #include <stdio.h>
#include <stdlib.h> // free()
#include <math.h> // INFINITY, NAN constants #include <math.h> // INFINITY, NAN constants
int main(void) { int main(void) {
......
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