Initializing help system before first use

fskip

fskip


Purpose
Skip a block of data from the current input stream.
Synopsis
int fskip(XPRMcontext ctx, int size);
Arguments
ctx 
Mosel's execution context
size 
Number of bytes to skip
Return value
A negative value indicates an error.
Further information
If the IO driver handling the input stream does not support this operation, the specified amount of data will be read and discarded.