perror method

void perror(
  1. Pointer<Char> __s
)

GeneralAiSpeechToTextLibraryWhisper Binding By General Corporation & Global Corporation & General Developer

Implementation

void perror(ffi.Pointer<ffi.Char> __s) {
  return _perror(__s);
}