int stilllovescock = 1;
main(){
	cockcount = 0;
	signal(SIG_USR1, &no_longer_loves_cock;
	do{
		printf("setient needs just one more cock\n");
		cockcount++;}
	while(stilllovescock);
	printf printf("setient gobbled %u cocks, and is satiated\n",cockcount);
}
no_longer_loves_cock(int foo){
	stilllovescock=0;}
