home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / windows / x / motif / 8464 < prev    next >
Encoding:
Text File  |  1993-01-09  |  949 b   |  29 lines

  1. Newsgroups: comp.windows.x.motif
  2. Path: sparky!uunet!caen!garath
  3. From: garath@irony.engin.umich.edu (Scott Grosch)
  4. Subject: Re: heller updates
  5. Message-ID: <Jaf=TsB@engin.umich.edu>
  6. Date: Sat, 09 Jan 93 16:12:38 EST
  7. Organization: University of Michigan (CAEN)
  8. Distribution: na
  9. References:  <1993Jan9.145509.27277@vela.acs.oakland.edu>
  10. Reply-To: garath@engin.umich.edu
  11. Originator: garath@irony.engin.umich.edu
  12. Nntp-Posting-Host: irony.engin.umich.edu
  13. Lines: 14
  14.  
  15.  
  16. Example  15-8   editor.c   (page 504 in my book)
  17.  
  18.   else {
  19.         /* make sure a newline terminates file */
  20.         if (text[len-1] != '\n')
  21.             fputc(fp, '\n');
  22. -------------------^^^^^^^
  23.  
  24. These arguments are in reverse order of what they should be.
  25. -- 
  26. Scott Grosch                              Internet: garath@engin.umich.edu
  27. Programmer                                        Bitnet: user7a4b@umichum
  28. Computer Aided Engineering Network                  University of Michigan
  29.