ptsname method

Pointer<Char> ptsname(
  1. int arg0
)

Implementation

ffi.Pointer<ffi.Char> ptsname(int arg0) {
  return _ptsname(arg0);
}