next up previous contents [pdf] index

Next: sf_unpipe Up: sf_seek Previous: Call

Definition

void sf_seek (sf_file file, off_t offset, int whence)
/*< Seek to a position in file. Follows fseek convention. >*/
{
   ...
}




2011-07-02