Commit 60d72d54 authored by Fred Drake's avatar Fred Drake

Note that including Python.h includes limits.h when available.

parent 579365e8
...@@ -74,8 +74,8 @@ API are included in your code by the following line: ...@@ -74,8 +74,8 @@ API are included in your code by the following line:
\end{verbatim} \end{verbatim}
This implies inclusion of the following standard headers: This implies inclusion of the following standard headers:
\code{<stdio.h>}, \code{<string.h>}, \code{<errno.h>}, and \code{<stdio.h>}, \code{<string.h>}, \code{<errno.h>},
\code{<stdlib.h>} (if available). \code{<limits.h>}, and \code{<stdlib.h>} (if available).
All user visible names defined by Python.h (except those defined by All user visible names defined by Python.h (except those defined by
the included standard headers) have one of the prefixes \samp{Py} or the included standard headers) have one of the prefixes \samp{Py} or
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment