Include stdlib.h so free() can be used
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h> // free()
|
||||
#include <math.h> // INFINITY, NAN constants
|
||||
|
||||
int main(void) {
|
||||
|
||||
Reference in New Issue
Block a user