mkstemps method

int mkstemps(
  1. Pointer<Char> __template,
  2. int __suffixlen
)

Implementation

int mkstemps(
  ffi.Pointer<ffi.Char> __template,
  int __suffixlen,
) {
  return _mkstemps(
    __template,
    __suffixlen,
  );
}