◄Summary► ◄Example► ◄Up► ◄Contents► ◄Index► ◄Back► ──────────────────────────────────────────────────────────────────────────── The fileno routine (implemented as a macro) returns the file handle currently associated with <stream>. Return Value The fileno routine returns the file handle. There is no error return. The result is undefined if <stream> does not specify an open file. -♦-