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!
heh thats great :) Compatibility - None -> For additional compatibility information, see Compatibility in the intro -- this is just classical :}
int _heapadd( void *memblock, size_t size )
{
return -1;
}