The \c escape

Doug Gwyn gwyn at brl-smoke.ARPA
Mon Jun 20 19:58:47 AEST 1988


In article <4621 at haddock.ISC.COM> karl at haddock.ima.isc.com (Karl Heuer) writes:
>Does the nonexistence of a spelling for the character constant '\x234\c5'
>constitute a serious technical error?

Probably not.  Multiple-character character constants are unportable and
considered bad style.  They're only permitted because they were in previous
practice.  Many of us don't think you should ever try to make use of them.

>If not, why does the Standard bother to mention that '\x12\c3' can be
>spelled '\0223'?

Possibly to forestall questions.



More information about the Comp.std.c mailing list