Path: utzoo!attcan!uunet!lll-winken!ames!haven!adm!smoke!gwyn From: gwyn@smoke.BRL.MIL (Doug Gwyn) Newsgroups: comp.lang.c Subject: Re: Prototyping char parameters in ANSI C Message-ID: <10154@smoke.BRL.MIL> Date: 27 Apr 89 20:51:32 GMT References: <3950014@eecs.nwu.edu> <8661@xanth.cs.odu.edu> Reply-To: gwyn@brl.arpa (Doug Gwyn) Organization: Ballistic Research Lab (BRL), APG, MD. Lines: 5 In article <8661@xanth.cs.odu.edu> kremer@cs.odu.edu (Lloyd Kremer) writes: >So, I shall now ask: How do you tell the compiler that you want this *NEW* >behavior? If a full prototype isn't good enough, what is? You have to use the prototype form in the function definition as well.