putw method

int putw(
  1. int __w,
  2. Pointer<FILE> __stream
)

GeneralAiSpeechToTextLibraryWhisper Binding By General Corporation & Global Corporation & General Developer

Implementation

int putw(int __w, ffi.Pointer<FILE> __stream) {
  return _putw(__w, __stream);
}