1 2 3 4 5 6 7 8
--- conv.c.orig +++ conv.c @@ -1,4 +1,5 @@ #include <stdio.h> +#include <stdlib.h> #define TRUE (1) #define FALSE (0)