Man Scilab

meof
Scilab Function

meof - check if end of file has been reached

Calling Sequence

err=meof(fd)

Parameters

Description

The function meof will return a non null value if end of file has been reached in a previous call to mget or mgetstr . The function clearerr is used to reset the error flag and EOF flag to zero.

See Also

mclose ,   meof ,   mfprintf ,   fprintfMat ,   mfscanf ,   fscanfMat ,   mget ,   mgetstr ,   mopen ,   mprintf ,   mput ,   mputstr ,   mscanf ,   mseek ,   mtell ,   mdelete ,  

Back