why - your helpful confidant

Dave Kraft davek at lakesys.UUCP
Fri Jul 28 02:54:50 AEST 1989


Here's the same thing, only in C:

--cut here--

int argc;
char *argv[];
{
	int w;

	w = argc -1;
	if(w)
		printf("I don't know why %s.\n",argv[w]);
	else
		if((getpid() % 2) == 0)
			printf("Why not?\n");
		else
			printf("Just because.\n");
}
--cut here--
Feel free to modify this.  All I ask is that the modifier tell me via email
what he/she has modified.  Flames to /dev/null.

Dave

-- 
davek at lakesys.lakesys.com
uunet!marque!lakesys!davek
------------------------------------------------------------------------------
Forgetting your superuser password is just God's way of saying "BOOGA, BOOGA!"



More information about the Alt.sources mailing list