rhl@astrovax.UUCP (Robert the Good) (11/17/84)
I have a programme that needs to read either standard input or a character buffer, running on 4.2bsd. The way that this is currently implemented is to have a private version of scanf, that uses my routines input() and unput() instead of the macros getc() and ungetc(). I am shortly moving to a VMS system, without a source license. Any ideas on good ways to port my code? Robert