home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / std_unix / volume.18 / text0032.txt < prev    next >
Encoding:
Text File  |  1990-03-18  |  1.3 KB  |  33 lines

  1. [ This came in with Newsgroups: comp.std.unix,comp.std.c
  2. but I've recently made a policy of not cross-posting discussions,
  3. so I'm putting it only in comp.std.unix.  -mod ]
  4.  
  5. From: Ron Guilmette <rfg@PARIS.ICS.UCI.EDU>
  6.  
  7. (I hope that you will all excuse my (nearly total) ignorance of current
  8. standards efforts.)
  9.  
  10. As part of my work on my "protoize" tool, I need to obtain complete sets
  11. of function prototypes for the library functions available on various
  12. UNIX systems.
  13.  
  14. Rather than use a multitude of various sets of prototypes (each of which
  15. may be "correct" only for one specific individual implementation of UNIX)
  16. it seems that the sensible thing to do would be to use one single POSIX set
  17. of library function prototypes.  I'd like to do that, but the problem is
  18. that I need to obtain such a set (on-line) somewhere, and I don't know
  19. where to begin.  Can anyone point me at a set of (on-line) POSIX library
  20. function prototypes?  (I certainly don't want to type them all in by hand
  21. from POSIX documents!)
  22.  
  23. Of course I will ultimately have to augment the POSIX prototypes set with
  24. additional prototypes for specific systems, but for the "core" functions
  25. (i.e. the ones which are covered by POSIX) I'd like my prototypes to reflect
  26. what POSIX is doing rather that reflecting any machine-specific local
  27. variations.
  28.  
  29. // rfg
  30.  
  31. Volume-Number: Volume 18, Number 35
  32.  
  33.