index
:
mirror/skarnet.org/skalibs
this commit
2.11.0.0
main
master
mirror of git://git.skarnet.org/skalibs
Leah Neukirchen
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
sysdeps
/
trymalloc0.c
blob: 45455985238fc038279fa82c3b404fa4e2b53bcf (
plain
) (
blame
)
1
2
3
4
5
6
7
8
/* ISC license */ #include <stdlib.h> int main (void) { return !malloc(0) ; }