TC: unsigned coreleft( void )
TC: unsigned long coreleft( void )
- prototype in alloc.h
- returns a measure of unused memory (see malloc())
- return value is int for models tiny, small, medium
return value is long for models compact, large, huge
- no corresponding function in MS C