Valhalla Legends Archive

General => Fun Forumâ„¢ => Topic started by: Skywing on February 23, 2003, 04:59 PM

Title: Yet another leap in compatibility for Microsoft
Post by: Skywing on February 23, 2003, 04:59 PM
Quote_heapadd
Adds memory to the heap.
int _heapadd( void *
memblock, size_t size );

Routine    Required Header  Optional Headers   Compatibility
_heapadd <malloc.h>         <errno.h>             None


For additional compatibility information, see Compatibility in the Introduction.

(From MSDN (http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vccore98/HTML/_crt__alloca.asp))

Perhaps they can explain it, but it's still funny!
Title: Re: Yet another leap in compatibility for Microsof
Post by: n00blar on February 23, 2003, 06:40 PM
heh thats great :) Compatibility - None -> For additional compatibility information, see Compatibility in the intro -- this is just classical :}
Title: Re: Yet another leap in compatibility for Microsof
Post by: Etheran on February 23, 2003, 07:04 PM
int _heapadd( void *memblock, size_t size )
{
return -1;
}