Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!ames!ucsd!sdcsvax!ucsdhub!esosun!seismo!uunet!auspex!guy From: guy@auspex.UUCP (Guy Harris) Newsgroups: comp.lang.c Subject: Re: Prototyping help needed Keywords: ANSI standards, prototyping, etc. Message-ID: <1058@auspex.UUCP> Date: 22 Feb 89 18:44:21 GMT References: <414@lakesys.UUCP> Reply-To: guy@auspex.UUCP (Guy Harris) Organization: Auspex Systems, Santa Clara Lines: 8 >How come the following small program works under Turbo C 1.5 and not under >Unix? You mean "...under Turbo C 1.5 but not under the mumblemumblemumble compiler on UNIX"; there are many many different C compilers under UNIX. Not all of the latter support function prototyping; if you have one that doesn't, that's why your program only works when you don't use function prototyping....