fseek method
LlamaLibrarySharedBindingsByGeneralDeveloper Binding By General Corporation & Global Corporation & General Developer
Implementation
int fseek(
ffi.Pointer<FILE> __stream,
int __off,
int __whence,
) {
return _fseek(
__stream,
__off,
__whence,
);
}