hi, there!
On Thu, 19 Aug 1999 [EMAIL PROTECTED] wrote:
> -current from ~3 days ago.
>
> from malloc(3):
> ---snip---
> To specify in the source that a program does no return value checking on
> calls to these functions:
>
>extern char *malloc_options;
>malloc
The two lines were intended to be used inside a function, and I'm
sure they'll work there...
--
Poul-Henning Kamp FreeBSD coreteam member
[EMAIL PROTECTED] "Real hackers run -current on their laptop."
FreeBSD -- It will take a long time before progress goes too far!
Hi,
-current from ~3 days ago.
from malloc(3):
---snip---
To specify in the source that a program does no return value checking on
calls to these functions:
extern char *malloc_options;
malloc_options = "X";
---snip---
my source:
---snip---
#include
#include
#