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