source:
mainline/uspace/app/tester/util_functions.def@
d92060f
| Last change on this file since d92060f was 9ffbdf1, checked in by , 15 years ago | |
|---|---|
|
|
| File size: 158 bytes | |
| Line | |
|---|---|
| 1 | ASSERT_EQ_FN_DEF(uint8_t, "hhu", "hhx") |
| 2 | ASSERT_EQ_FN_DEF(uint16_t, "hu", "hx") |
| 3 | ASSERT_EQ_FN_DEF(uint32_t, "u", "x") |
| 4 | ASSERT_EQ_FN_DEF(uint64_t, PRIu64, PRIx64) |
Note:
See TracBrowser
for help on using the repository browser.
