home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / lang / c / 16228 < prev    next >
Encoding:
Internet Message Format  |  1992-11-09  |  1.4 KB

  1. Path: sparky!uunet!ferkel.ucsb.edu!taco!gatech!destroyer!caen!sdd.hp.com!decwrl!elroy.jpl.nasa.gov!news.claremont.edu!ucivax!news.service.uci.edu!beckman.com!dn66!a_rubin
  2. Newsgroups: comp.lang.c
  3. Subject: Re: Is this ANSI C?
  4. Message-ID: <a_rubin.721332901@dn66>
  5. From: a_rubin@dsg4.dse.beckman.com (Arthur Rubin)
  6. Date: 9 Nov 92 18:15:01 GMT
  7. References: <1dhkrtINNj99@duvel.cs.ubc.ca>
  8. Organization: Beckman Instruments, Inc.
  9. Keywords: A bet
  10. Nntp-Posting-Host: dn66.dse.beckman.com
  11. Lines: 21
  12.  
  13. In <1dhkrtINNj99@duvel.cs.ubc.ca> hassan@cs.ubc.ca (Moustafa Hassan) writes:
  14.  
  15. >#include <stdio.h>
  16. >void main(void)
  17. >{
  18. >  printf("hello world\n");
  19. >}
  20.  
  21. >To settle a dispute, would someone please tell me whether the above
  22. >is ANSI C.  I claim that 'main' (according to the pure ANSI standard)
  23. >must return an integer value, but nonetheless, some non-purists claim
  24. >that the above is ANSI.  Please do not respond via email; I want 
  25. >my opponent (8^) to be able to see all the messages.
  26.  
  27. You are correct.  (Many compiler/OS combinations don't care, except they
  28. may produce extraneous error messages on termination.)
  29. --
  30. Arthur L. Rubin: a_rubin@dsg4.dse.beckman.com (work) Beckman Instruments/Brea
  31. 216-5888@mcimail.com 70707.453@compuserve.com arthur@pnet01.cts.com (personal)
  32. My opinions are my own, and do not represent those of my employer.
  33. My interaction with our news system is unstable; please mail anything important.
  34.