From: Martin Str|mberg Message-Id: <200101202334.AAA04764@father.ludd.luth.se> Subject: Another item for develop.txi To: djgpp-workers AT delorie DOT com (DJGPP-WORKERS) Date: Sun, 21 Jan 2001 00:34:17 +0100 (MET) X-Mailer: ELM [version 2.4ME+ PL54 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Reply-To: djgpp-workers AT delorie DOT com What do you think? Right, MartinS Index: src/docs/kb/develop.txi =================================================================== RCS file: /cvs/djgpp/djgpp/src/docs/kb/develop.txi,v retrieving revision 1.1 diff -p -u -r1.1 develop.txi --- develop.txi 2001/01/16 21:51:28 1.1 +++ develop.txi 2001/01/20 23:12:33 @@ -96,6 +96,11 @@ correctly: @end itemize @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. + +@item Finally, for some relevant texinfo technique, look at the source of this page in the DJGPP sources--- AT file{src/docs/kb/contrib.txi}. @end itemize