mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
assert.h is also included. Thanks to Savio Sena.
This commit is contained in:
parent
57410c12e8
commit
4f13d6145f
1 changed files with 2 additions and 2 deletions
|
@ -41,8 +41,8 @@ included in your code by the following line::
|
|||
#include "Python.h"
|
||||
|
||||
This implies inclusion of the following standard headers: ``<stdio.h>``,
|
||||
``<string.h>``, ``<errno.h>``, ``<limits.h>``, and ``<stdlib.h>`` (if
|
||||
available).
|
||||
``<string.h>``, ``<errno.h>``, ``<limits.h>``, ``<assert.h>`` and ``<stdlib.h>``
|
||||
(if available).
|
||||
|
||||
.. note::
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue