home *** CD-ROM | disk | FTP | other *** search
- { If input is desired from standard input at random intervals, tell the user
- when it is his turn to go. }
-
- procedure stdinhdr; begin
- if isatty(0) then begin
- assign(fe,'CON'); rewrite(fe); writeln(fe,' ',pname,
- ': Entered lines to be sorted. Terminate entry with control-Z.' );
- close(fe); end; end;