Home | History | Annotate | Download | only in Tremolo

Lines Matching full:whence

715 static int _fseek64_wrap(FILE *f,ogg_int64_t off,int whence){
717 return fseek(f,(long)off,whence);