home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / lang / c / 16159 < prev    next >
Encoding:
Text File  |  1992-11-08  |  1.1 KB  |  30 lines

  1. Path: sparky!uunet!usc!zaphod.mps.ohio-state.edu!caen!destroyer!cs.ubc.ca!duvel.cs.ubc.ca!not-for-mail
  2. From: hassan@cs.ubc.ca (Moustafa Hassan)
  3. Newsgroups: comp.lang.c
  4. Subject: Is this ANSI C?
  5. Date: 7 Nov 1992 15:52:29 -0800
  6. Organization: Computer Science, University of B.C., Vancouver, B.C., Canada
  7. Lines: 18
  8. Message-ID: <1dhkrtINNj99@duvel.cs.ubc.ca>
  9. NNTP-Posting-Host: duvel.cs.ubc.ca
  10. Keywords: A bet
  11.  
  12. #include <stdio.h>
  13. void main(void)
  14. {
  15.   printf("hello world\n");
  16. }
  17.  
  18. To settle a dispute, would someone please tell me whether the above
  19. is ANSI C.  I claim that 'main' (according to the pure ANSI standard)
  20. must return an integer value, but nonetheless, some non-purists claim
  21. that the above is ANSI.  Please do not respond via email; I want 
  22. my opponent (8^) to be able to see all the messages.
  23.  
  24. Thanks,
  25. ********************************************************************
  26. * Moustafa Hassan          |                                       *
  27. * hassan@cs.ubc.ca         |  Political correctness is a euphemism *  
  28. * TEL/FAX: (604) 535-2826  |  for intellectual stagnation.         *
  29. ********************************************************************
  30.