Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!tut.cis.ohio-state.edu!snorkelwacker!bloom-beacon!eru!luth!sunic!mcsun!hp4nl!philapd!ssp11!dolf From: dolf@idca.tds.PHILIPS.nl (Dolf Grunbauer) Newsgroups: comp.lang.c Subject: Re: Is "if (!pointer)" as portable as "if (pointer == NULL)" ??? Keywords: portability, pointers, NULL Message-ID: <717@ssp11.idca.tds.philips.nl> Date: 11 Apr 90 09:41:19 GMT References: <656@hades.OZ> <1461@tkou02.enet.dec.com> Organization: Philips Information Systems, Apeldoorn, The Netherlands Lines: 19 In article <1461@tkou02.enet.dec.com> diamond@tkou02.enet.dec.com (diamond@tkovoa) writes: greyham@hades.OZ (Greyham Stoney) writes: < <> if (buffer) free(buffer) <