- Xref, Version 3.2 - DESCRIBE.TXT - X R E F (formally C xref) -------------------------- Version 3.2 -------------- D E S C R I P T I O N A N D -------------------------------- A U T H O R I N F O R M A T I O N -------------------------------------- Last updated: September, 1994 This file includes sample descriptions which you may use to describe the Xref package. Disk Vendors and Distributors please refer to the VENDOR.TXT text file. ---------------------------------------------------------- Program Information: ---------------------------------------------------------- File Name(s) for BBSs: ---------------------- For consistency and to help users locate the files, please use the following file names: If the programs and documentation are in separate archive files, please use the following names (both must be posted): XREF32.ZIP XREFDOC.ZIP BBS SYSOP Information Page 1 - Xref, Version 3.2 - DESCRIBE.TXT - If the programs and documentation are contained within a single archive file, please use the following name: XREF32.ZIP If the program is compressed using some other file compression method, then please use the name "XREF32" with the appropriate extension (PAK, ARC, LZH, ZOO, etc.). Keywords: ~~~~~~~~~ c, xref, cross reference, tree, programming, ASP, shareware. Category: ~~~~~~~~~ Programming Tools. Program Name, Category, Keywords: --------------------------------- Xref; programming tools; c, xref, cross reference, tree, programming, ASP, shareware. Short Catalog Description: ------------------ Xref v3.2 - (formally C xref) Registered version comes with DOS extender. Cross references any number of c modules and outputs: A list of their global variables and constants. A summary listing of the functions. A verbose list of the functions. A tree of the function's calls and callers. By DA Software. Shareware. BBS SYSOP Information Page 2 - Xref, Version 3.2 - DESCRIBE.TXT - Long Description: ----------------- Xref v3.2 - (formally C xref) is a cross reference utility program for the C programming language. C programmers will find it useful for debugging, program documentation, maintenance and modification. The registered version of Xref comes with a DOS memory extender, a printed manual, and a free source file listing program. Xref will read any number of your C text modules and send the following to standard output: o A list of the module's global variables and constants, along with the line numbers they appear on. o A summary listing of the module's functions. o A verbose list of all the module's functions that includes: - The name of the module it originates in. - Line of origin. - On what line numbers the function is referenced on, and by which modules. - What functions it references, and which modules they are in. - What local and global variables appear in the function. o A tree that displays the functions calling hierarchy. By DA Software. Shareware. Registration Information: ------------------------- The registration fee is $34.95 (including shipping). Registrants will receive three (3) months of telephone support, the printed manual, the latest version of Xref, and, as they become available, future updates. For complete user registration information please refer to the ORDER.TXT text file. BBS SYSOP Information Page 3 - Xref, Version 3.2 - DESCRIBE.TXT - Author/Publisher Information: ----------------------------- DA Software is a small software company owned and operated by David Archibald. DA Software has been producing top quality computer software since 1980. Please feel free to contact me (David Archibald) at any time if you have any questions, comments or suggestions. I can be reached by mail at the following address: David Archibald DA Software 3717 Aldon Lane Flint, MI 48506 U.S.A. I can also be reached by voice or electronically as follows: Voice: (810) 736-0239 CompuServe: 71573,616 Internet: 71573.616@COMPUSERVE.COM BBS SYSOP Information Page 4