tmpnam_r method

Pointer<Char> tmpnam_r(
  1. Pointer<Char> __s
)

GeneralAiSpeechToTextLibraryWhisper Binding By General Corporation & Global Corporation & General Developer

Implementation

ffi.Pointer<ffi.Char> tmpnam_r(ffi.Pointer<ffi.Char> __s) {
  return _tmpnam_r(__s);
}