Skip to content

Redefine ISC's int and boolean types to use <stdint.h> and <stdbool.h> types

Ondřej Surý requested to merge 9-use-C99-integer-types into master

This MR re#defines the isc_intNN_t and isc_uintNN_t types and related macros to C99 <stdint.h> types. Then it replaces ISC_PRINT_QUADFORMAT with PRI?64 format constants.

NOTE: Usage of PRI?nn format constants for the stdint types is a subject of future work.

Edited by Ondřej Surý

Merge request reports