diff options
author | Guido van Rossum <guido@python.org> | 1997-05-15 21:43:21 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1997-05-15 21:43:21 (GMT) |
commit | 9231c8f1760b6748b3374410a012ee85b8ba74e4 (patch) | |
tree | ef5c208b4c820602e0b570452307f4dee4a54e37 /Doc/myformat.sty | |
parent | d0c87ee6c4204864984a8bf0f90eba8a5e4f9471 (diff) | |
download | cpython-9231c8f1760b6748b3374410a012ee85b8ba74e4.zip cpython-9231c8f1760b6748b3374410a012ee85b8ba74e4.tar.gz cpython-9231c8f1760b6748b3374410a012ee85b8ba74e4.tar.bz2 |
Made a start with api.tex, the Python-C API Reference Manual.
Removed extref.tex (which provided the starting point).
Also removed qua.tex, which is out of date and no longer needed.
Diffstat (limited to 'Doc/myformat.sty')
-rw-r--r-- | Doc/myformat.sty | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Doc/myformat.sty b/Doc/myformat.sty index dc72768..b117478 100644 --- a/Doc/myformat.sty +++ b/Doc/myformat.sty @@ -161,6 +161,7 @@ \newcommand{\Cpp}{C\protect\raisebox{.18ex}{++}} \newcommand{\C}{C} \newcommand{\EOF}{{\sc eof}} +\newcommand{\NULL}{\code{NULL}} % code is the most difficult one... \newcommand{\code}[1]{{\@vobeyspaces\@noligs\def\{{\char`\{}\def\}{\char`\}}\def\~{\char`\~}\def\^{\char`\^}\def\e{\char`\\}\def\${\char`\$}\def\#{\char`\#}\def\&{\char`\&}\def\%{\char`\%}% |