index
:
c
master
non-posix
implementation of system interfaces from POSIX.1
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
stdlib
/
valloc.c
blob: 23df00038bd20e67fecaea5e550bd5ebb2310770 (
plain
)
1
2
3
4
5
6
7
8
9
#include <stdlib.h> void *valloc(size_t size) { } /* XOPEN(400,600) */