home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 460 < prev    next >
Encoding:
Text File  |  1996-08-05  |  994 b   |  32 lines

  1. Newsgroups: comp.sys.amiga.programmer
  2. Path: twix.unx.sas.com!walker
  3. From: walker@twix.unx.sas.com (Doug Walker)
  4. Subject: Re: Is this a SAS/C bug or have I coded it wrong?
  5. Sender: news@unx.sas.com (Noter of Newsworthy Events)
  6. Message-ID: <DKu1Cw.93w@unx.sas.com>
  7. Date: Sun, 7 Jan 1996 22:34:08 GMT
  8. X-Nntp-Posting-Host: twix.unx.sas.com
  9. References: <4cfrc5$gsc@misery.millcomm.com> <4cm9kc$kf7@news.isc.rit.edu>
  10. Organization: SAS Institute Inc.
  11.  
  12. In article <4cm9kc$kf7@news.isc.rit.edu>,  <mjp3783@alpha.isc.rit.edu> wrote:
  13. >>   tmpbuf[10];
  14. >>
  15. >I assume this was a mis-type and that this should have been:
  16. >int tmpbuf[10];
  17.  
  18. Not really, the two are exactly equivalent.  If no type is 
  19. provided on variable's definition in ANSI C, "int" is
  20. assumed.
  21.  
  22. --Doug
  23.  
  24. -- 
  25.   *****                    / walker@unx.sas.com
  26.  *|_o_o|\\     Doug Walker<  BIX, Portal: djwalker
  27.  *|. o.| ||                \ AOL: weissblau
  28.   | o  |//     
  29.   ====== 
  30. Any opinions expressed are mine, not those of SAS Institute, Inc.
  31.  
  32.