home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / std_unix / volume.15 / text0019.txt < prev    next >
Encoding:
Internet Message Format  |  1989-01-17  |  1.1 KB

  1. From: henry@zoo.toronto.edu
  2.  
  3. >... one of the things I would like to see, is a list of the 'necessary'
  4. >files in these directories, and perhaps, public domain (or freeware) versions
  5. >of these files...
  6.  
  7. There is a fundamental problem with this, in that those files can and often
  8. do contain implementation-dependent information.  For example, <stdio.h>
  9. must contain definitions of the getc and putc macros, which are intimately
  10. tied to the implementation details of the rest of stdio.  For another
  11. example, it's hard to imagine a portable version of <stdarg.h>, since its
  12. whole purpose is to cover up implementation details.
  13.  
  14. >... Thus, people developing software (PD or otherwise), which
  15. >in some way or another, uses these definitions, can know what to expect...
  16.  
  17. This is precisely what documentation, including standards, is supposed to
  18. tell you.  (Admittedly, it doesn't always do this very well.)
  19.  
  20.                                      Henry Spencer at U of Toronto Zoology
  21.                                  uunet!attcan!utzoo!henry henry@zoo.toronto.edu
  22.  
  23.  
  24. Volume-Number: Volume 15, Number 30
  25.  
  26.