setbuf method
LlamaLibrarySharedBindingsByGeneralDeveloper Binding By General Corporation & Global Corporation & General Developer
Implementation
void setbuf(
ffi.Pointer<FILE> __stream,
ffi.Pointer<ffi.Char> __buf,
) {
return _setbuf(
__stream,
__buf,
);
}