![]()
From: Wei Xu (weixu@SpontaneousNetworks.com)
Date: Fri Mar 01 2002 - 18:35:36 CST
I have the following compile problem under Cygwin
#include <signal.h>
main (...)
{
......
signal( SIGINT, SIG_IGN);
......
}
warning: implicit declaration of function `signal'
Is anyone aware of how to solve this problem?
Thanks,
Wei
![]()