index
:
cart
main
Marc Pervaz Boocha
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
/
mem
/
memcmp_samenull.c
blob: 68e00a70b730313095406f539aafa2a0139dfb47 (
plain
) (
blame
)
1
2
3
4
5
#include
<mem.h>
int
main
(
void
)
{
return
calt_memcmp
(
NULL
,
NULL
,
10
)
==
0
?
0
:
1
;
}