fwrite method
LlamaLibrarySharedBindingsByGeneralDeveloper Binding By General Corporation & Global Corporation & General Developer
Implementation
int fwrite(
ffi.Pointer<ffi.Void> __ptr,
int __size,
int __n,
ffi.Pointer<FILE> __s,
) {
return _fwrite(
__ptr,
__size,
__n,
__s,
);
}