summary of C-standards workshop at Usenix

Spencer W. Thomas thomas at utah-gr.UUCP
Tue Jul 3 07:05:49 AEST 1984


One little error I noticed:
	const * const p;
should be
	char * const p;

=Spencer



More information about the Comp.lang.c mailing list