seL4/libsel4/include
Axel Heider 7e1047af05 libsel4: add printf format specifier PRI_sel4_word
This provides a generic way to print an seL4_Word on 32-bit and 64-bit
platforms, aligned with PRIu64 and friends. Use it as:
printf("foo = %" PRI_sel4_word "\n", (seL4_Word)foo);

Signed-off-by: Axel Heider <axelheider@gmx.de>
2021-04-01 10:33:41 +10:00
..
api Add 2 new benchmark utilization syscalls 2020-07-15 15:15:27 +10:00
interfaces Convert license tags to SPDX identifiers 2020-03-09 13:21:49 +08:00
sel4 libsel4: add printf format specifier PRI_sel4_word 2021-04-01 10:33:41 +10:00