Dumb question: What IS a trigraph?

Luiz H. deFigueiredo lhf at aries5
Thu Aug 17 02:20:42 AEST 1989


A trigraph is a 'escape sequence' to allow C sources to be written in
machines that do not have special characters like #{}.

The format of a trigraph is:

??=	meaning #
??(	meaning {
??)	meaning }

There are others but I don't remember them now. I'd have to check.
Anyway, it is not the kind of beast you'd be likely to meet...

(sorry to post but problems with mailer.)
-------------------------------------------------------------------------------
Luiz Henrique de Figueiredo		internet: lhf at aries5.waterloo.edu
Computer Systems Group			bitnet:   lhf at watcsg
University of Waterloo
			(possible domains are waterloo.edu and uwaterloo.ca)
-------------------------------------------------------------------------------



More information about the Comp.lang.c mailing list