unset_env method

int unset_env(
  1. Pointer<Char> name
)

Implementation

int unset_env(ffi.Pointer<ffi.Char> name) {
  return _unset_env(name);
}