mkstemp method

int mkstemp(
  1. Pointer<Char> __template
)

Implementation

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