optarg property

Pointer<Int8> get optarg

Implementation

ffi.Pointer<ffi.Int8> get optarg => _optarg.value;
set optarg (Pointer<Int8> value)

Implementation

set optarg(ffi.Pointer<ffi.Int8> value) => _optarg.value = value;