perror function

  1. @Native<Void Function(Pointer<Char>)>(ffi.Pointer<ffi.Char>)>()
void perror(
  1. Pointer<Char> arg0
)

Implementation

@ffi.Native<ffi.Void Function(ffi.Pointer<ffi.Char>)>()
external void perror(ffi.Pointer<ffi.Char> arg0);