index
:
skalibs
2.11.0.0
main
The skarnet.org C programming library
ska-skaware@skarnet.org
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
sysdeps
/
trymalloc0.c
blob: 0f68329218b7848eb56b7ffc0c9957052f5ca61d (
plain
)
1
2
3
4
/* ISC license */ #include <stdlib.h> int main() { return !malloc(0) ; }