|
NAMEcxSetSeekFunc - Sets the seek function for this file pointer.SYNOPSIS#include <comprex.h>void cxSetSeekFunc(CxFP *fp, void(*)( CxFP *, long, int) fnc); PARAMETERS
DESCRIPTIONSets the seek function for this file pointer.This should work just like libc's fseek() function, but with a CxFP instead of a FILE. It must seek to the specified location in the file. This function must be in the following format: The name of the function can be changed, of course. RETURNSNothing.
Visit the GSP FreeBSD Man Page Interface. |