Paul Elliott d48d5c6615 Fix size_t and longlong specifiers for MinGW
MinGW and older windows compilers cannot cope with %zu or %lld (there is
a workaround for MinGW, but it involves linking more code, there is no
workaround for Windows compilers prior to 2013). Attempt to work around
this by defining printf specifiers for size_t per platform for the
compilers that cannot use the C99 specifiers.

Signed-off-by: Paul Elliott <paul.elliott@arm.com>
2021-03-10 17:00:32 +00:00
..
2020-12-07 09:57:35 +01:00
2021-02-22 19:24:03 +01:00
2021-02-23 11:27:03 +01:00
2021-02-22 19:24:03 +01:00
2020-12-09 15:05:22 +00:00