putenv method

int putenv(
  1. Pointer<Char> arg0
)

Implementation

int putenv(ffi.Pointer<ffi.Char> arg0) {
  return _putenv(arg0);
}