• Welcome to Valhalla Legends Archive.
 

Yet another leap in compatibility for Microsoft

Started by Skywing, February 23, 2003, 04:59 PM

Previous topic - Next topic

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.

(From MSDN)

Perhaps they can explain it, but it's still funny!

n00blar

#1
heh thats great :) Compatibility - None -> For additional compatibility information, see Compatibility in the intro -- this is just classical :}

Etheran

int _heapadd( void *memblock, size_t size )
{
return -1;
}