DragonFly On-Line Manual Pages

Search: Section:  


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)

Search: Section: