flame

Damon Permezel dapermezel at watmath.UUCP
Sat Oct 1 07:22:27 AEST 1983


One facet of C that really annoys me is the kludge added for lint
that allows

	(void) f();

This is as devoid of meaning as

	(void) ++i;

What is really meant is

	(*((void (*)()) f))();

Isn't C beautiful?

=damon



More information about the Comp.lang.c mailing list