Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0b71cea

Browse files
committed
Note that including Python.h includes limits.h when available.
1 parent d5fadf7 commit 0b71cea

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Doc/api/api.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,8 @@ \section{Include Files \label{includes}}
7474
\end{verbatim}
7575

7676
This implies inclusion of the following standard headers:
77-
\code{<stdio.h>}, \code{<string.h>}, \code{<errno.h>}, and
78-
\code{<stdlib.h>} (if available).
77+
\code{<stdio.h>}, \code{<string.h>}, \code{<errno.h>},
78+
\code{<limits.h>}, and \code{<stdlib.h>} (if available).
7979

8080
All user visible names defined by Python.h (except those defined by
8181
the included standard headers) have one of the prefixes \samp{Py} or

0 commit comments

Comments
 (0)