perror method

void perror(
  1. Pointer<Char> __s
)

Implementation

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