we need fixed width integer types
This commit is contained in:
parent
437903fa0f
commit
722ccda54a
|
@ -39,7 +39,8 @@ C dialect
|
|||
* Python versions greater than or equal to 3.6 use C89 with several
|
||||
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
|
||||
- designated initializers (especially nice for type declarations)
|
||||
- intermingled declarations
|
||||
|
|
Loading…
Reference in New Issue