home *** CD-ROM | disk | FTP | other *** search
/ CP/M / CPM_CDROM.iso / simtel / sigm / vols000 / vol079 / attrib.dcl < prev    next >
Encoding:
Text File  |  1984-04-29  |  322 b   |  12 lines

  1.     %replace
  2.         max_att by 32,  /* max number of attributes */
  3.         max_chr by 16,  /* max attribute char length */
  4.         max_siz by 128; /* max record size */
  5.     dcl
  6.         1 attrib(max_att) ext,
  7.           2 att_chars  char(max_chr) var,
  8.           2 att_type   fixed(7),
  9.           2 att_start  fixed,
  10.           2 att_finish fixed,
  11.         att_cnt fixed ext;
  12.