**G'day, folks **:)
Does FTN95 offer Fortran-callable routines peekcharqq and getcharqq for monitoring/polling the keyboard? If so, some example code of their, or their equivalent, usage would be much appreciated. As I understand things, peekcharqq checks the keyboard buffer for input and returns immediately with an indication of whether or not a character is waiting. If one is waiting, getcharqq can be invoked to retrieve the character. The two routines in combination seem to offer a way to interrupt a looping procedure without terminating the program.
P.S. I've been able to successfully call C/C++ functions from a Fortran mainline, using ftn95 and scc. See previous posts.
Eric Carwardine, in Perth, Western Australia