Google
 

Trailing-Edge - PDP-10 Archives - SRI_NIC_PERM_FS_1_19910112 - c/old/kc/bug1.c
There are no other files named bug1.c in the archive.
main(argc,argv)
int argc, char **argv;
{
	int i;
	for(i=0; i < argc; i++)
		printf("Arg %d: \"%s\"\n",i,argv[i]);
}