index
:
slackcoder/gmid
master
Small and secure gemini server
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
have
/
reallocarray.c
blob: f99e685d8350c6a98901404fbc059b61607c14f9 (
plain
)
1
2
3
4
5
6
7
#include <stdlib.h> int main(void) { return !reallocarray(NULL, 2, 2); }