repo.or.cz
/
helenos.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Array of strings sys_dirs must be NULL-terminated
[helenos.git]
/
uspace
/
app
/
tester
/
util_functions.def
blob
4bae354eeb32060a5ab176f242fdf4a07f1a9e1f
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
)