HAOUAS Elyes has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/33823 )
Change subject: src: Use standard <inttypes.h> ......................................................................
Patch Set 10:
(3 comments)
https://review.coreboot.org/c/coreboot/+/33823/10/src/include/inttypes.h File src/include/inttypes.h:
https://review.coreboot.org/c/coreboot/+/33823/10/src/include/inttypes.h@202 PS10, Line 202: #define SCNoFAST8 "o" /* uint_fast8_t */
nope, our current `fast` implementation seems to match the regular one
Done
https://review.coreboot.org/c/coreboot/+/33823/10/src/include/inttypes.h@220 PS10, Line 220: #define SCNuFAST8 "u" /* uint_fast8_t */
nope
Done
https://review.coreboot.org/c/coreboot/+/33823/10/src/include/inttypes.h@238 PS10, Line 238: #define SCNxFAST8 "x" /* uint_fast8_t */
nope
Done