fprintf method
LlamaLibrarySharedBindingsByGeneralDeveloper Binding By General Corporation & Global Corporation & General Developer
Implementation
int fprintf(
ffi.Pointer<FILE> __stream,
ffi.Pointer<ffi.Char> __format,
) {
return _fprintf(
__stream,
__format,
);
}