unsetenv method

int unsetenv(
  1. Pointer<Int8> arg0
)

Implementation

int unsetenv(
  ffi.Pointer<ffi.Int8> arg0,
) {
  return _unsetenv(
    arg0,
  );
}