| www.delorie.com/djgpp/doc/kb/kb_23.html | search |
| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
int somefunc (void); |
is incorrect;
int somefunc (void); |
is correct.
@cindex definition
This is a @dfn{definition}.
|
EINVAL should be enclosed in `@code{}'.
LOGNAME should be enclosed in
`@env{}'.
@code{yabbadabbadoo()}, @ref{yabbadabbadoo()}.
|
@uref to refer to a URL. texinfo also has @url
for inserting URLs, but @uref is more useful when texinfo
is formatted into HTML. The Texinfo manual discourages
the use of @url.
@subheading Portability @portability !ansi, posix |
Please note that `@portability' is not used to indicate whether the DJGPP implementation complies with the standards listed. Instead, `@port-note' may be used to describe implementation-specific details:
@port-note ansi The buffer size limit is imposed by DJGPP. |
`@portability' and `@port-note' are DJGPP-specific extensions
of texinfo (@xref{Top, , texinfo, texinfo}) that are expanded into normal
texinfo by mkdoc. mkdoc is part of the DJGPP sources. It is
used to build the C library documentation (@xref{Top, , libc, libc}).
Therefore, `@portability' and `@port-note' should only be used
in DJGPP's C library documentation.
| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
| webmaster donations bookstore | delorie software privacy |
| Copyright © 2004 by DJ Delorie | Updated Nov 2004 |