1 #include <stdio.h> 2 fgetpos64(FILE * __restrict__ _File,fpos_t * __restrict__ _Pos)3 int __cdecl fgetpos64(FILE * __restrict__ _File ,fpos_t * __restrict__ _Pos){ 4 return fgetpos(_File, _Pos); 5 } 6