mkdtempat_np method

Pointer<Char> mkdtempat_np(
  1. int dfd,
  2. Pointer<Char> path
)

Implementation

ffi.Pointer<ffi.Char> mkdtempat_np(int dfd, ffi.Pointer<ffi.Char> path) {
  return _mkdtempat_np(dfd, path);
}