Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.1 6/24/83; site brl-vgr.ARPA Path: utzoo!watmath!clyde!floyd!harpo!seismo!brl-vgr!gwyn From: gwyn@brl-vgr.ARPA (Doug Gwyn ) Newsgroups: net.lang.c Subject: Re: Lint query Message-ID: <3301@brl-vgr.ARPA> Date: Thu, 5-Apr-84 17:23:54 EST Article-I.D.: brl-vgr.3301 Posted: Thu Apr 5 17:23:54 1984 Date-Received: Sat, 7-Apr-84 03:18:09 EST References: <268@wxlvax.UUCP> Organization: Ballistics Research Lab Lines: 11 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"?