Dec 142017
 
C Source analyzer and maintaince utility.
File CSOURC.ZIP from The Programmer’s Corner in
Category C Source Code
C Source analyzer and maintaince utility.
File Name File Size Zip Size Zip Type
ANALYZE.DOC 13137 3986 deflated
ANALYZE.EXE 18069 10670 deflated
HEADERS.EXE 11602 7096 deflated
READ.ME 1101 481 deflated
REGISTER 3331 1220 deflated

Download File CSOURC.ZIP Here

Contents of the READ.ME file


Newest news about the C_SM ANALYZE and MAINTENANCE package

The analyze utility included in this package is
version 2.0. It fixes some deficiencies in version 1.1
and adds some command options.

Version 1.1 included in its output two kinds of
declarations which were undesirable.

1) Forward or external function declarations were seen
as function calls.
2) Manifest constant definitions were seen as macros if
the value was contained in parenthesis.
ie: #define CONSTANT (-1)

Version 2.0 fixes both of these conditions.


Version 2.0 adds the following command options:
1) -m option to analyze the 'dependant files' in the
specified 'make' file.
2) -s option to print out the statistical analysis. This
was always printed in version 1.1.
3) -b option to print out any unbalanced conditions found.
This too was always printed in version 1.1



 December 14, 2017  Add comments

 Leave a Reply

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>

(required)

(required)