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

This commit is contained in:
Fred Drake 2000-09-26 05:51:50 +00:00
parent d5fadf75e4
commit 0b71ceaeff
1 changed files with 2 additions and 2 deletions

View File

@ -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