ctermid_r method

Pointer<Char> ctermid_r(
  1. Pointer<Char> arg0
)

Implementation

ffi.Pointer<ffi.Char> ctermid_r(ffi.Pointer<ffi.Char> arg0) {
  return _ctermid_r(arg0);
}