djones at megatest.UUCP (Dave Jones) writes:
\...
\#define CNTL(c) ((c) & 037)
I prefer:
#define CTRL(x) ((x) ^ 0100)
...so you can say
CTRL('?')
to get DEL.
--
A symbolic link is a POINTER to a file, | Maarten Litmaath @ VU Amsterdam:
a hard link is the file system's GOTO. | maart at cs.vu.nl, mcsun!botter!maart