Lint query

Doug Gwyn gwyn at brl-vgr.ARPA
Fri Apr 6 08:23:54 AEST 1984


The following works just fine:

extern char *strcpy();
void func()
	{
	char	*a;
	a = "x";
	(void)strcpy( a, "string" );
	}

under the UNIX System V "lint".  Maybe you have a sick "lint"?



More information about the Comp.lang.c mailing list