home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / std_unix / volume.28 / text0044.txt < prev    next >
Encoding:
Text File  |  1992-08-17  |  682 b   |  18 lines

  1. Submitted-by: sef@kithrup.COM (Sean Eric Fagan)
  2.  
  3. In article <13q7f3INN48i@ftp.UU.NET> brnstnd@KRAMDEN.ACF.NYU.EDU (Dan Bernstein) writes:
  4. >Most programs available in C source are conforming POSIX.1 applications:
  5. >they don't talk to the kernel except via stdio.
  6.  
  7. There is more involved with POSIX.1 conformance than just "stdio."  A
  8. conforming 1003.1 application can even bypass stdio completely (that *is*
  9. why open(), close(), et al are defined in the standard).
  10.  
  11. Very few programs avaiable in C are actuallly POSIX compliant, as most of
  12. them were written for UNIX, and make assumptions about what is avaialble in
  13. the programming environment.
  14.  
  15.  
  16. Volume-Number: Volume 28, Number 46
  17.  
  18.