(C) 1998 AROS - The Amiga Research OS
Print the total available memory.
printf("Free memory: %lu bytes\n",AvailMem(0));
Print the size of the largest chunk of chip memory.
printf("Largest chipmem chunk: %lu bytes\n",
AvailMem(MEMF_CHIP|MEMF_LARGEST));
Changed clib to proto