Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.1 6/24/83; site brl-vgr.ARPA Path: utzoo!watmath!clyde!floyd!harpo!seismo!brl-vgr!ron From: ron@brl-vgr.ARPA (Ron Natalie) Newsgroups: net.followup Subject: Re: f(0) -vs- f((t*)0) Message-ID: <2511@brl-vgr.ARPA> Date: Thu, 15-Mar-84 03:59:53 EST Article-I.D.: brl-vgr.2511 Posted: Thu Mar 15 03:59:53 1984 Date-Received: Fri, 16-Mar-84 02:01:16 EST References: <4075@edai.UUCP> Distribution: net.lang.c Organization: Ballistics Research Lab Lines: 8 You are right: generic *p; p = 0; it is not nescessarily true that (int)p == 0. But it is true that p == 0. Plain and simple.