GetEnvironmentStrings method

Pointer<Int8> GetEnvironmentStrings()

Implementation

ffi.Pointer<ffi.Int8> GetEnvironmentStrings() {
  return _GetEnvironmentStrings();
}