we need fixed width integer types

This commit is contained in:
Benjamin Peterson 2016-09-07 16:22:00 -07:00
parent 437903fa0f
commit 722ccda54a
1 changed files with 2 additions and 1 deletions

View File

@ -39,7 +39,8 @@ C dialect
* Python versions greater than or equal to 3.6 use C89 with several * Python versions greater than or equal to 3.6 use C89 with several
select C99 features: select C99 features:
- Standard integer types in ``<stdint.h>`` and ``<inttypes.h>`` - Standard integer types in ``<stdint.h>`` and ``<inttypes.h>``. We
require the fixed width integer types.
- ``static inline`` functions - ``static inline`` functions
- designated initializers (especially nice for type declarations) - designated initializers (especially nice for type declarations)
- intermingled declarations - intermingled declarations