Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
cxSeek(3)		     The GNUpdate Project		     cxSeek(3)

NAME
       cxSeek -	Seeks to a position in the file.

SYNOPSIS
       #include	<comprex.h>

       void cxSeek(CxFP	*fp, long offset, int whence);

PARAMETERS
       fp     The file pointer.

       offset The relative or absolute offset to seek to.

       whence SEEK_SET,	SEEK_CUR, or SEEK_END.

DESCRIPTION
       Seeks to	a position in the file.

RETURNS
       Nothing.

libcomprex			  05 Mar 2003			     cxSeek(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=cxSeek&sektion=3&manpath=FreeBSD+Ports+14.3.quarterly>

home | help