open() prototype

Norman Diamond diamond at diamond.csl.sony.junet
Fri May 12 19:22:45 AEST 1989


In article <10249 at smoke.BRL.MIL> gwyn at brl.arpa (Doug Gwyn) writes:

>Implementors should declare open() in <fcntl.h> as follows:

>#if __STDC__
>	extern int open( const char *, int, ... );
>#else
>	extern int open();
>#endif

You mean implementors should implement new C-language systems
(library etc.) that are not necessarily ANSI conformant?
This is obviously a mistake.  :-)

--
Norman Diamond, Sony Computer Science Lab (diamond%csl.sony.co.jp at relay.cs.net)
  The above opinions are my own.   |  Why are programmers criticized for
  If they're also your opinions,   |  re-implementing the wheel, when car
  you're infringing my copyright.  |  manufacturers are praised for it?



More information about the Comp.std.c mailing list