fsetpos method
LlamaLibrarySharedBindingsByGeneralDeveloper Binding By General Corporation & Global Corporation & General Developer
Implementation
int fsetpos(
ffi.Pointer<FILE> __stream,
ffi.Pointer<fpos_t> __pos,
) {
return _fsetpos(
__stream,
__pos,
);
}