/*** Copyright 2005, JΓ©rΓ΄me Duval. All rights reserved.** Distributed under the terms of the MIT License.*/#include <stdio.h>int_fseek(FILE *stream, fpos_t offset, int seekType){return fseeko(stream, offset, seekType);}
/*** Copyright 2005, JΓ©rΓ΄me Duval. All rights reserved.** Distributed under the terms of the MIT License.*/#include <stdio.h>int_fseek(FILE *stream, fpos_t offset, int seekType){return fseeko(stream, offset, seekType);}