D
Darklight
if the exit() function is contained in stdlid.h
why if i remove the above header file the exit
function still works and i can still compile
program without any error messages using cc file.c
if i use cc -Wall file.c i get error message
file.c:18: warning: implicit declaration of function `exit'
but program will still run and function properly
why if i remove the above header file the exit
function still works and i can still compile
program without any error messages using cc file.c
if i use cc -Wall file.c i get error message
file.c:18: warning: implicit declaration of function `exit'
but program will still run and function properly