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