eof.3tcl

Langue: en

Autres versions - même langue

Version: 7.5 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)


 

NAME

eof - Check for end of file condition on channel

SYNOPSIS

eof channelId
 

 
 

DESCRIPTION

Returns 1 if an end of file condition occurred during the most recent input operation on channelId (such as gets), 0 otherwise.

SEE ALSO

file(3tcl), open(3tcl), close(3tcl), fblocked(3tcl)

KEYWORDS

channel, end of file