Line 17:
Line 17:
// Just call the exit() function to go back to the loader
// Just call the exit() function to go back to the loader
// Returning from main also works, since that calls exit for you
// Returning from main also works, since that calls exit for you
−
#include <unistd.h>
+
#include <stdlib.h>
// ...
// ...
exit(0);
exit(0);