This is my warning.
implicit declaration of function 'exit'
How i can remove it.
i am using linux & gcc compiler.
This is my warning.
implicit declaration of function 'exit'
How i can remove it.
i am using linux & gcc compiler.
Do you have this preprocessor? If not, add it.
#include <stdlib.h>