sbrk method

Pointer<Void> sbrk(
  1. int arg0
)

Implementation

ffi.Pointer<ffi.Void> sbrk(int arg0) {
  return _sbrk(arg0);
}