mkstemp_dprotected_np method

int mkstemp_dprotected_np(
  1. Pointer<Char> path,
  2. int dpclass,
  3. int dpflags
)

Implementation

int mkstemp_dprotected_np(
  ffi.Pointer<ffi.Char> path,
  int dpclass,
  int dpflags,
) {
  return _mkstemp_dprotected_np(path, dpclass, dpflags);
}