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

  1. Path: sparky!uunet!mcsun!news.funet.fi!hydra!klaava!wirzeniu
  2. From: wirzeniu@klaava.Helsinki.FI (Lars Wirzenius)
  3. Newsgroups: comp.lang.c
  4. Subject: Re: Help!!! Please Read this message!?!?!?!?!...
  5. Message-ID: <1992Sep11.204518.15450@klaava.Helsinki.FI>
  6. Date: 11 Sep 92 20:45:18 GMT
  7. References: <1992Sep10.040600.27065@blaze.cs.jhu.edu> <MJN.92Sep11001608@pseudo.uucp> <1992Sep11.131151.891@klaava.Helsinki.FI>
  8. Organization: University of Helsinki
  9. Lines: 23
  10.  
  11. wirzeniu@klaava.Helsinki.FI (Lars Wirzenius) writes:
  12. >All arguments to functions with no prototype, or a
  13. >prototype that does not specify any arguments, or arguments that are
  14.                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  15. >part of the variable part of a variable arguments list, undergo the so
  16. >called ``default promotions''
  17.  
  18. I'm into corrections tonight: The underlined words are inaccurate, they
  19. indicate a function like this:
  20.  
  21.     int foo(void);
  22.  
  23. when I meant to indicate something like this:
  24.  
  25.     int foo();
  26.  
  27. If I change that phrase into ``or a prototype that specifies an
  28. unknown argument list'', it might convey the intended meaning better.
  29.  
  30. Thanks to the same person who pointed out my previous blunder.
  31.  
  32. --
  33. Lars.Wirzenius@helsinki.fi
  34.