Purpose
 
 
 Check if the current
 
 
 
  input stream is at the end of the file.
 
  Synopsis
 
 
 int feof(XPRMcontext ctx);
 
 
  Argument
 
 
 
  
   | 
     ctx 
     | 
     Mosel's execution context
     | 
 
 
  Return value
 
 
 -1 in case of error, 1 if the end of file has been reached, 0 otherwise.
 
  Further information
 
 
 This function returns the end-of-file status of the current input stream.