Valhalla Legends Forums Archive | Fun Forum™ | Yet another leap in compatibility for Microsoft

AuthorMessageTime
Skywing
[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.[/quote]

(From MSDN)

Perhaps they can explain it, but it's still funny!
February 23, 2003, 10:59 PM
n00blar
heh thats great :) Compatibility - None -> For additional compatibility information, see Compatibility in the intro -- this is just classical :}
February 24, 2003, 12:40 AM
Etheran
[code]
int _heapadd( void *memblock, size_t size )
{
return -1;
}
[/code]
February 24, 2003, 1:04 AM

Search