[PATCH] setup.exe: Stop NetIO_HTTP from treating entire stream as a header
Robert Collins
robert.collins@itdomain.com.au
Fri Oct 26 09:14:00 GMT 2001
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
More information about the Cygwin-patches
mailing list