Hi all,
I've a program using the kill function, which, according to my man page, is
prototyped in <signal.h> and also needs <sys/types.h>. So, I include these
headers in my program. Compiling as follows, the preprocessor complains:
$ gcc -g -Wall -ansi -pedantic-errors killer.c -o killer
killer.c: In function `main':
killer.c:27: warning: implicit declaration of function `kill'
My gcc is
$ gcc -v
Reading specs from /usr/lib/gcc-lib/i386-linux/egcs-2.91.66/specs
gcc version egcs-2.91.66 19990314 (egcs-1.1.2 release)
I'm kinda confused. Thanks for any hints.
Kurt
--
A diplomat is man who always remembers a woman's birthday but never her age.
-- Robert Frost