fgets method
GeneralAiSpeechToTextLibraryWhisper Binding By General Corporation & Global Corporation & General Developer
Implementation
ffi.Pointer<ffi.Char> fgets(
ffi.Pointer<ffi.Char> __s,
int __n,
ffi.Pointer<FILE> __stream,
) {
return _fgets(__s, __n, __stream);
}