optarg property

Pointer<Int8> optarg

Implementation

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

Implementation

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