Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!uunet!seismo!columbia!rutgers!husc6!cmcl2!brl-adm!brl-smoke!gwyn From: gwyn@brl-smoke.ARPA (Doug Gwyn ) Newsgroups: comp.lang.c Subject: Re: weird c code/ c test Message-ID: <6243@brl-smoke.ARPA> Date: Fri, 7-Aug-87 08:55:08 EDT Article-I.D.: brl-smok.6243 Posted: Fri Aug 7 08:55:08 1987 Date-Received: Sun, 9-Aug-87 01:11:21 EDT References: <1089@gilsys.UUCP> <5192@utcsri.UUCP> Reply-To: gwyn@brl.arpa (Doug Gwyn (VLD/VMB) ) Organization: Ballistic Research Lab (BRL), APG, MD. Lines: 7 In article <5192@utcsri.UUCP> flaps@utcsri.UUCP (Alan J Rosenthal) writes: >>#include >Huh? Not used in the program below. Sure it is -- printf() is used. Although it is not REQUIRED that be included to use printf(), it may very well be beneficial to do so.