1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-09-01 16:52:14 +02:00
Files
u-boot-megous/cmd
Masahiro Yamada dee37fc99d Remove <inttypes.h> includes and PRI* usages in printf() entirely
In int-ll64.h, we always use the following typedefs:

  typedef unsigned int         u32;
  typedef unsigned long        uintptr_t;
  typedef unsigned long long   u64;

This does not need to match to the compiler's <inttypes.h>.
Do not include it.

The use of PRI* makes the code super-ugly.  You can simply use
"l" for printing uintptr_t, "ll" for u64, and no modifier for u32.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
2018-09-10 20:48:17 -04:00
..
2017-02-08 15:56:28 -05:00
2018-05-08 18:50:23 -04:00
2018-08-11 09:16:08 +02:00
2017-07-03 17:35:28 -04:00
2018-05-23 17:30:05 -04:00
2018-08-20 07:21:29 -04:00
2018-08-21 16:21:37 +02:00
2018-07-24 09:25:23 -04:00
2017-08-16 08:30:24 -04:00
2018-06-05 20:19:08 -04:00
2018-08-10 10:27:32 -04:00
2018-05-08 09:07:35 -04:00
2018-07-26 11:43:30 -04:00
2018-07-02 14:14:20 -05:00