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: 45455985238fc038279fa82c3b404fa4e2b53bcf (
plain
)
1
2
3
4
5
6
7
8
/* ISC license */ #include <stdlib.h> int main (void) { return !malloc(0) ; }