Lines Matching full:c99
1847 with Annex 'G' of the C99 standard.
2118 Whenever possible, the module follows the recommendations of the C99
2122 platforms. Where Annex 'F' of the C99 standard recommends signaling
2124 Where Annex 'F' of the C99 standard recommends signaling 'overflow',
2388 * The :mod:`struct` module now supports the C99 :c:type:`_Bool` type,
2844 that represents the C99 ``bool`` type. (Contributed by David Remahl;