home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 141.lha / C64_Emulator / test.c < prev    next >
C/C++ Source or Header  |  1986-11-21  |  102b  |  7 lines

  1. #include <intuition/intuition.h>
  2.  
  3. main()
  4. {
  5. printf("Size of struct = %d\n",sizeof(struct MenuItem));
  6. }
  7.