~ubuntu-branches/ubuntu/hoary/scilab/hoary

« back to all changes in this revision

Viewing changes to man/fileio/meof.man

  • Committer: Bazaar Package Importer
  • Author(s): Torsten Werner
  • Date: 2002-03-21 16:57:43 UTC
  • Revision ID: james.westby@ubuntu.com-20020321165743-e9mv12c1tb1plztg
Tags: upstream-2.6
ImportĀ upstreamĀ versionĀ 2.6

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.TH meof 1 "April 1999" "Scilab Group" "Scilab Function"
 
2
.so ../sci.an
 
3
.SH NAME
 
4
meof - check if end of file has been reached
 
5
.SH CALLING SEQUENCE
 
6
.nf
 
7
err=meof(fd)    
 
8
.fi
 
9
.SH PARAMETERS
 
10
.TP 10
 
11
fd
 
12
: scalar. The \fVfd\fR parameter returned by the function
 
13
\fVmopen\fR. -1 stands for last opened file. Default value is -1.
 
14
.TP
 
15
err
 
16
: scalar. Error indicator
 
17
 
 
18
.SH DESCRIPTION
 
19
The function \fVmeof\fR will return a non null value if end of file 
 
20
has been reached in a previous call to \fVmget\fR or \fVmgetstr\fR. 
 
21
The function \fVclearerr\fR is used to reset the error flag and
 
22
EOF flag to zero.
 
23
.SH SEE ALSO
 
24
mclose, meof, mfprintf, fprintfMat, mfscanf, fscanfMat, mget,
 
25
mgetstr, mopen, mprintf, mput, mputstr, mscanf, mseek, mtell
 
26