index
:
vi
master
fork of ex/vi to work with musl
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
brk_shim.h
blob: 3e81758ad9a22cff96db45ecc6f062e36e2a7071 (
plain
)
1
2
3
4
#include <stdint.h> int shim_brk(void *addr); void *shim_sbrk(intptr_t increment);