Trigraphs -- some numbers

Rich Salz rsalz at bbn.com
Fri May 27 01:37:09 AEST 1988


I logged on to the machine that has our Sun3.2 sources and did
	find . -type f -print | xargs fgrep '??' >/tmp/tri
	vi /tmp/tri	# to remove comments, etc.
Most uses fall into these two types:
	printf("%s", ptr ? ptr->field : "???");
	static char tty[] = "/dev/tty??";

The numbers?
	120 occurrences
	 79 files
Highest use was usr.bin/at/atq.c, with six.
-- 
Please send comp.sources.unix-related mail to rsalz at uunet.uu.net.



More information about the Comp.lang.c mailing list