CTRL(x)

Karl Heuer karl at haddock.UUCP
Fri Nov 14 01:28:31 AEST 1986


In article <614 at hadron.UUCP> jsdy at hadron.UUCP (Joseph S. D. Yao) writes:
>The XOR, (x^0100), will not generally work.  Use (x&037).

True if you want the domain of the function to include lowercase.  I never
do; e.g. I claim that the proper name for EOT is "^D" rather than "^d".  If
you're willing to make this restriction, then the XOR has the advantage of
allowing the use of CTRL('?') for DEL, which is a widely (though by no means
universally) accepted notation.

Karl W. Z. Heuer (ima!haddock!karl or karl at haddock.isc.com), The Walking Lint



More information about the Comp.lang.c mailing list