Path: utzoo!telly!attcan!uunet!mcvax!ukc!warwick!geoff From: geoff@warwick.UUCP (Geoff Rimmer) Newsgroups: gnu.gcc.bug Subject: Re: gcc prototype enforcer Message-ID: <1262@ubu.warwick.UUCP> Date: 18 Feb 89 07:08:42 GMT References: <1261@ubu.warwick.UUCP> Sender: news@warwick.UUCP Reply-To: geoff@emerald.UUCP (Geoff Rimmer) Organization: Computer Science, Warwick University, UK Lines: 12 In article <1261@ubu.warwick.UUCP> I wrote: >If gcc would print a warning whenever it sees a function that has not >been declared as a *prototype*, I would have added the missing > > extern fgets (char *, int, FILE *); > Sorry, that should be extern char *fgets (char *, int, FILE *); Geoff