Path: utzoo!attcan!uunet!husc6!bloom-beacon!tut.cis.ohio-state.edu!mailrus!ames!haven!ncifcrf!nlm-mcs!adm!smoke!gwyn From: gwyn@smoke.ARPA (Doug Gwyn ) Newsgroups: comp.lang.c Subject: Re: lint on malloc calls Message-ID: <8478@smoke.ARPA> Date: 11 Sep 88 11:52:55 GMT References: <39617@linus.UUCP> <660017@hpclscu.HP.COM> Reply-To: gwyn@brl.arpa (Doug Gwyn (VLD/VMB) ) Organization: Ballistic Research Lab (BRL), APG, MD. Lines: 9 In article <660017@hpclscu.HP.COM> shankar@hpclscu.HP.COM (Shankar Unni) writes: >A possible workaround to pacify your lint: >Declare malloc as > double *malloc(); "The cure is worse than the disease." "lint" should REALLY scream about incorrectly declaring the type of a C library function.