mkostemp method

int mkostemp(
  1. Pointer<Char> path,
  2. int oflags
)

Implementation

int mkostemp(ffi.Pointer<ffi.Char> path, int oflags) {
  return _mkostemp(path, oflags);
}