lynx-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: LYNX-DEV Re: DOS, DOS and Windows


From: Wayne Buttles
Subject: Re: LYNX-DEV Re: DOS, DOS and Windows
Date: Fri, 25 Oct 1996 12:36:25 -0400 (EDT)


On Fri, 25 Oct 1996, Foteos Macrides wrote:

>       NULL should be defined in the compiler's headers (stdio.h) as
> 0 with a void pointer type cast:
> 
>       #define NULL ((void *) 0)
> 
>       How does Borland C define it?
> 

For Large and Huge DOS memory models it says:

#define NULL 0L

I wonder what would happen if I made it a ((void *) 0L)...

Wayne.

;
; To UNSUBSCRIBE:  Send a mail message to address@hidden
;                  with "unsubscribe lynx-dev" (without the
;                  quotation marks) on a line by itself.
;



reply via email to

[Prev in Thread] Current Thread [Next in Thread]