perror method

void perror(
  1. Pointer<Char> arg0
)

Implementation

void perror(ffi.Pointer<ffi.Char> arg0) {
  return _perror(arg0);
}