errno_location method

Pointer<Int32> errno_location()

Implementation

ffi.Pointer<ffi.Int32> errno_location() {
  return _errno_location_ptr();
}