home *** CD-ROM | disk | FTP | other *** search
/ norge.freeshell.org (192.94.73.8) / 192.94.73.8.tar / 192.94.73.8 / pub / computers / cpm / alphatronic / DRIPAK.ZIP / CPM_3-0 / SOURCES / FINFO.LIT < prev    next >
Text File  |  1982-12-31  |  640b  |  16 lines

  1.  
  2. /* file info record for SDIR - note if this structure changes in size  */
  3. /* the multXX: routine in the sort.plm module must also change         */
  4.  
  5. declare
  6.         f$info$structure lit 'structure(
  7.             usr byte, name (8) byte, type (3) byte, onekblocks address,
  8.             kbytes address, recs$lword address, recs$hbyte byte,
  9.             hash$link address, x$i$adr address)';
  10. declare
  11.         x$info$structure lit 'structure (
  12.             create (4) byte,
  13.             update (4) byte,
  14.             passmode byte)';
  15.  
  16.