mkstemp method

int mkstemp(
  1. Pointer<Int8> __template
)

Implementation

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