Home > biosig > t200 > sseek.m

sseek

PURPOSE ^

SSEEK repositions file position indicator

SYNOPSIS ^

function [HDR]=sseek(HDR,offset,origin)

DESCRIPTION ^

 SSEEK repositions file position indicator
  HDR = sseek(HDR,offset,origin)

  offset       number of samples relative to origin
  origin
        -1,'bof':   begin of file 
         0,'cof':   current file position 
        +1,'eof':   end of file 

 See also: SOPEN, SREAD, SWRITE, SCLOSE, SSEEK, SREWIND, STELL, SEOF

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Fri 22-May-2009 15:13:00 by m2html © 2003