BNF grammar for C language
Kochin Chang
akcs.kochin at tronsbox.xei.com
Sat Dec 1 04:06:09 AEST 1990
My opinion about your second question is that you can set the terminal
to RAW mode. In RAW mode, you have fully control on the input character.
Then you can check each input character to see if it is a valid octal
digit.
You can find infomation from many books (one book I have is "UNIX SYSTEM
PROGRAMMING" by K. Haviland and B. Salama). You also can read the EMACS
source code (if you can access it) to see how it's used.
Kochin Chang
akcs.kochin at tronsbox.xei.com
More information about the Comp.lang.c
mailing list