From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-0.8 required=5.0 tests=BAYES_00,INVALID_DATE autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,e44a032d26775cd3 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 1994-09-16 10:55:54 PST Path: bga.com!news.sprintlink.net!howland.reston.ans.net!swrinde!cs.utexas.edu!uunet!psinntp!cmcl2!thecourier.cims.nyu.edu!thecourier.cims.nyu.edu!nobody From: dewar@cs.nyu.edu (Robert Dewar) Newsgroups: comp.lang.ada Subject: Re: How to check for characters in input stream? Date: 15 Sep 1994 09:42:10 -0400 Organization: Courant Institute of Mathematical Sciences Message-ID: <359ivi$ltr@gnat.cs.nyu.edu> References: <1994Sep14.140207.2304@mksol.dseg.ti.com> NNTP-Posting-Host: gnat.cs.nyu.edu Date: 1994-09-15T09:42:10-04:00 List-Id: "is there a way to do this [get a character at a time] in Ada?" there is in fact an explicit feature in 9X for doing this within text io, but the best answer for Ada 83 is that of course there is a way, call the appropriate getchar routine or whatever in C. Remember that pragma Interface is part of Ada!