Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!helios!bcm!dimacs.rutgers.edu!seismo!uunet!samsung!spool.mu.edu!sol.ctr.columbia.edu!emory!gatech!uflorida!math.ufl.edu!math.ufl.edu!wang From: wang@math.ufl.edu Newsgroups: comp.lang.fortran Subject: INKEY routine for UNIX fortran (was: Read one keystroke with...) Message-ID: <1991Feb4.195630.6570@math.ufl.edu> Date: 4 Feb 91 19:56:30 GMT Sender: news@math.ufl.edu Reply-To: wang@math.ufl.edu Organization: Department of Mathematics, University of Florida Lines: 9 I saw someone posted an article asking for a routine which reads a keystroke without a carriage return for MS-fortran. I am asking a similar routine for UNIX fortran. The routine I want is much like a BASIC's "INKEY" routine which returns the ASCII code (an integer) of a character input from the keyboard without a carriage return. It's shame that such an important routine does not come with any of FORTRAN compiler.... By the way, does a similar routine in C exist?