qc.hlp (Table of Contents; Topic list)
isatty
 Description Example                     Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
  Include:  <io.h>
 
  Syntax:   int isatty( int handle );
 
  Returns:  a nonzero value if <handle> is a character device, or 0 if
            it is not.
                                    -♦-