#include <stdio.h> |
#include <alloc.h> |
int main ( void ) |
{ |
printf ( "The difference between the highest allocated block and\n" ); |
printf ( "the top of the heap is: %lu bytes\n" , ( unsigned long ) coreleft() ); |
return 0; |
} |