This is the mail archive of the cygwin-patches@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: [PATCH] setup.exe: Stop NetIO_HTTP from treating entire streamas a header


On Wed, 2001-11-28 at 12:21, Norman Vine wrote:
> FWIW
> I believe that Standard C requires NULL to be defined in <stddef.h>
> http://www.ccs.ucsd.edu/c/stddef.html/#NULL

Thanks Norman..

===
NULL

#define NULL <either 0, 0L, or (void *)0> [0 in C++]

The macro yields a null pointer constant that is usable as an address
constant expression.
===

Rob


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]