Disk 99 (Aug 1988) : c64emulator / test.c

#include <intuition/intuition.h>

main()
{
printf("Size of struct = %d\n",sizeof(struct MenuItem));
}