(C) 1998 AROS - The Amiga Research OS
ULONG mem[512];
mem[0] = 0; // Store checksum here
mem[0] = CalcChecksum (mem, sizeof (mem));
if (CalcChecksum (mem, sizeof (mem))
printf ("Something is wrong !!\n");
else
printf ("Data is unchanged.\n");
Removed logs
Added comments
Replaced proto/aros.h by proto/arossupport.h and the like
Makefile is less noisy now, too