TCSetAttrNative typedef

TCSetAttrNative = Int32 Function(Int32 fildes, Int32 optional_actions, Pointer<TermIOS> termios)

Implementation

typedef TCSetAttrNative =
    Int32 Function(
      Int32 fildes,
      Int32 optional_actions,
      Pointer<TermIOS> termios,
    );