build bot (Jenkins) has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/33823 )
Change subject: src: Use standard <inttypes.h> ......................................................................
Patch Set 7:
(14 comments)
https://review.coreboot.org/#/c/33823/7/src/include/inttypes.h File src/include/inttypes.h:
https://review.coreboot.org/#/c/33823/7/src/include/inttypes.h@252 PS7, Line 252: intmax_t imaxabs(intmax_t); function definition argument 'intmax_t' should also have an identifier name
https://review.coreboot.org/#/c/33823/7/src/include/inttypes.h@253 PS7, Line 253: imaxdiv_t imaxdiv(intmax_t, intmax_t); function definition argument 'intmax_t' should also have an identifier name
https://review.coreboot.org/#/c/33823/7/src/include/inttypes.h@253 PS7, Line 253: imaxdiv_t imaxdiv(intmax_t, intmax_t); function definition argument 'intmax_t' should also have an identifier name
https://review.coreboot.org/#/c/33823/7/src/include/inttypes.h@254 PS7, Line 254: intmax_t strtoimax(const char *, char **, int); function definition argument 'const char *' should also have an identifier name
https://review.coreboot.org/#/c/33823/7/src/include/inttypes.h@254 PS7, Line 254: intmax_t strtoimax(const char *, char **, int); function definition argument 'char **' should also have an identifier name
https://review.coreboot.org/#/c/33823/7/src/include/inttypes.h@254 PS7, Line 254: intmax_t strtoimax(const char *, char **, int); function definition argument 'int' should also have an identifier name
https://review.coreboot.org/#/c/33823/7/src/include/inttypes.h@255 PS7, Line 255: uintmax_t strtoumax(const char *, char **, int); function definition argument 'const char *' should also have an identifier name
https://review.coreboot.org/#/c/33823/7/src/include/inttypes.h@255 PS7, Line 255: uintmax_t strtoumax(const char *, char **, int); function definition argument 'char **' should also have an identifier name
https://review.coreboot.org/#/c/33823/7/src/include/inttypes.h@255 PS7, Line 255: uintmax_t strtoumax(const char *, char **, int); function definition argument 'int' should also have an identifier name
https://review.coreboot.org/#/c/33823/7/src/include/inttypes.h@257 PS7, Line 257: intmax_t wcstoimax(const __wchar_t * __restrict, "foo * bar" should be "foo *bar"
https://review.coreboot.org/#/c/33823/7/src/include/inttypes.h@258 PS7, Line 258: __wchar_t ** __restrict, int); "foo ** bar" should be "foo **bar"
https://review.coreboot.org/#/c/33823/7/src/include/inttypes.h@259 PS7, Line 259: uintmax_t wcstoumax(const __wchar_t * __restrict, "foo * bar" should be "foo *bar"
https://review.coreboot.org/#/c/33823/7/src/include/inttypes.h@259 PS7, Line 259: uintmax_t wcstoumax(const __wchar_t * __restrict, function definition argument 'int' should also have an identifier name
https://review.coreboot.org/#/c/33823/7/src/include/inttypes.h@260 PS7, Line 260: __wchar_t ** __restrict, int); "foo ** bar" should be "foo **bar"