mkstemp method

int mkstemp(
  1. Pointer<Char> arg0
)

Implementation

int mkstemp(ffi.Pointer<ffi.Char> arg0) {
  return _mkstemp(arg0);
}