home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-385-Vol-1of3.iso / c / croutes.zip / XC.DOC < prev    next >
Text File  |  1983-08-08  |  2KB  |  59 lines

  1.                 XC  -  A 'C' Concordance (Crossref) Utility
  2.                 ===========================================
  3.  
  4.  
  5.  
  6. Version 1.0   January, 1982
  7.  
  8. Copyright (c) 1982 by Philip N. Hisley
  9.  
  10.         Philip N. Hisley
  11.         548H Jamestown Court
  12.         Edgewood, Maryland 21040
  13.         (301) 679-4606
  14.  
  15. Released for non-commercial distribution only
  16.  
  17.  
  18. Converted to IBM/PC CI/C86 by David N. Smith, May/June 1983
  19.  
  20.         David N. Smith
  21.         44 Ole Musket Lane
  22.         Danbury, CT 06810
  23.         (203) 748-5934
  24.  
  25. Changes Copyright (c) 1983 by David N. Smith
  26.  
  27. PC Enhancements include:
  28.  
  29.      1)  Nested #INCLUDE statements
  30.      2)  Single spaced cross-reference list
  31.      3)  Removal of tabbing on output device
  32.          (Since many printers don't support it)
  33.      4)  #INCLUDE statements with both "xx" and <xx>
  34.          syntax and with a full fileid in the quotes.
  35.  
  36.  
  37.  
  38. Abstract:
  39.  
  40. 'XC' is a cross-reference utility for 'C' programs.
  41. Its has the ability to handle nested include files
  42. to a depth of 8 levels and properly processes nested
  43. comments as supported by BDS C. Option flags support
  44. the following features:
  45.  
  46. - Routing of list output to disk
  47. - Cross-referencing of reserved words
  48. - Processing of nested include files
  49. - Generation of listing only
  50.  
  51. Usage: xc <filename> <flag(s)>
  52.  
  53. Flags: -i            = Enable file inclusion
  54.        -l            = Generate listing only
  55.        -r            = Cross-ref reserved words
  56.        -o <filename> = Write output to named file
  57.  
  58.  
  59.