home *** CD-ROM | disk | FTP | other *** search
/ The C Users' Group Library 1994 August / wc-cdrom-cusersgrouplibrary-1994-08.iso / listings / v_10_01 / 1001115b < prev    next >
Text File  |  1991-11-22  |  336b  |  23 lines

  1.              .mnc Menu Object File Format:
  2.  
  3. <count>            (integer count of # of menus in file)
  4. MENU 1            (MENU structure for 1st Menu)
  5.     ITEM 1
  6.     ITEM 2
  7.     ...
  8.     ITEM n
  9. MENU 2            (MENU structure for 2nd Menu)
  10.     ITEM 1
  11.     ITEM 2
  12.     ...
  13.     ITEM n
  14.   .
  15.   .
  16.   .
  17. MENU <count>    (MENU structure for final Menu)
  18.     ITEM 1
  19.     ITEM 2
  20.     ..
  21.     ITEM n
  22.  
  23.