mkstemps method

int mkstemps(
  1. Pointer<Char> arg0,
  2. int arg1
)

Implementation

int mkstemps(ffi.Pointer<ffi.Char> arg0, int arg1) {
  return _mkstemps(arg0, arg1);
}