In article <2005 at well.UUCP> pozar at 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.