fskip
| fskip | 
  Purpose
 
  
  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.
 
 
