stdin property

Pointer<FILE> get stdin

LlamaLibrarySharedBindingsByGeneralDeveloper Binding By General Corporation & Global Corporation & General Developer

Implementation

ffi.Pointer<FILE> get stdin => _stdin.value;
set stdin (Pointer<FILE> value)

Implementation

set stdin(ffi.Pointer<FILE> value) => _stdin.value = value;