popen method

Pointer<FILE> popen(
  1. Pointer<Char> __command,
  2. Pointer<Char> __modes
)

GeneralAiSpeechToTextLibraryWhisper Binding By General Corporation & Global Corporation & General Developer

Implementation

ffi.Pointer<FILE> popen(
  ffi.Pointer<ffi.Char> __command,
  ffi.Pointer<ffi.Char> __modes,
) {
  return _popen(__command, __modes);
}