Mail Archives: djgpp-workers/2001/01/20/18:34:30
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
- Raw text -