Home | History | Annotate | Download | only in lib

Lines Matching full:whence

867 static int _fseek64_wrap(FILE *f,ogg_int64_t off,int whence){
869 return fseek(f,off,whence);