Path: utzoo!attcan!utgpu!jarvis.csri.toronto.edu!mailrus!ames!dftsrv!mimsy!lint From: lint@mimsy.umd.edu (The Lint Program) Newsgroups: comp.lang.c Subject: Re: Help... Message-ID: <20095@mimsy.UUCP> Date: 10 Oct 89 18:12:03 GMT References: <731@carroll1.UUCP> Sender: lint@mimsy.UUCP Lines: 14 In article <731@carroll1.UUCP> dnewton@carroll1.UUCP (Dave 'Yes, I'm weird' Newton) writes: >#include >main () >{ > char h[]; > scanf ("%s", h); > printf ("%s\n", h); >} t.c: t.c(4): null storage definition scanf returns value which is always ignored printf returns value which is always ignored