Date: Sun, 21 Jan 2001 09:33:43 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Martin Str|mberg cc: DJGPP-WORKERS Subject: Re: Another item for develop.txi In-Reply-To: <200101202334.AAA04764@father.ludd.luth.se> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Sun, 21 Jan 2001, Martin Str|mberg wrote: > @item > +When writing prototypes in header files remember to prefix any formal > +arguments that you use with the underscore character (@samp{_}) to avoid > +polluting the name space. I don't think formal parameters pollute the namespace, at least not in most cases, but the text is okay, IMHO. I suggest to add an example of a good prototype, though.