K RTN ANALYZER, UTILITIES, Routine call analyzer for C and BLISS source code    G The Routine Analyzer parses C and BLISS source code to identify routine L definitions and calls. It compiles basic statistics and call trees from thisG information and generates SDML or HTML output for presentation. It also H generates annotated source code with line numbers and indices of definedL routines. The SDML format is suitable for development/support documentation.L The HTML format is heavily linked to provide rapid navigation between source3 modules, routines, and cross-reference information.   J The files USERS_GUIDE.TXT and USERS_GUIDE.HTML contain plain text and HTMLM versions of the user's guide, respectively. The guide explains the purpose of M the analyzer and provides instructions on how to use it. The [.SRC] directory K contains complete source. The [.EXAMPLE] directory contains an example HTML = output of the analyzer run over its own source code; the file B [.EXAMPLE]RANALYZER_FILES.HTML is the "home page" for the example.  C The Routine Analyzer was written by Steve Branam, Digital Equipment  Corporation.