Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.1 6/24/83; site watmath.UUCP Path: utzoo!linus!decvax!watmath!dapermezel From: dapermezel@watmath.UUCP (Damon Permezel) Newsgroups: net.lang.c Subject: flame Message-ID: <5873@watmath.UUCP> Date: Fri, 30-Sep-83 17:22:27 EDT Article-I.D.: watmath.5873 Posted: Fri Sep 30 17:22:27 1983 Date-Received: Sat, 1-Oct-83 23:38:29 EDT Organization: U of Waterloo, Ontario Lines: 16 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