Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!watmath!clyde!rutgers!seismo!brl-adm!brl-smoke!gwyn From: gwyn@brl-smoke.ARPA (Doug Gwyn ) Newsgroups: net.lang.c Subject: Re: C structs & A question about octet Message-ID: <5252@brl-smoke.ARPA> Date: Thu, 6-Nov-86 21:22:47 EST Article-I.D.: brl-smok.5252 Posted: Thu Nov 6 21:22:47 1986 Date-Received: Fri, 7-Nov-86 23:39:43 EST References: <2904@rsch.WISC.EDU> <2005@well.UUCP> Reply-To: gwyn@brl.arpa (Doug Gwyn (VLD/VMB) ) Distribution: net Organization: Ballistic Research Lab (BRL), APG, MD. Lines: 5 In article <2005@well.UUCP> pozar@well.UUCP (Tim Pozar) writes: > Is there any spec that a puts() should a \n at the end of everything? Yes; this is what the original puts() did and what every puts() I have ever seen does. Note that fputs() does NOT append a newline.