Table of Contents
Previous: -source
Option: symtab
-symtab
A symbol table will be printed out for each module, listing
all identifiers mentioned in the module. This table gives the name of
each variable, its datatype, and the number of dimensions for arrays.
An asterisk (*) indicates that the variable has been implicitly typed,
rather than being named in an explicit type declaration statement. The
table also lists all subprograms invoked by the module, all COMMON blocks
declared, etc. Default = no.
See also: -calltree , -crossref , -list , -reference
, -sort , -vcg .
Next: -truncation