Name

cparse — Shell scripts that executes the right parsers and IL analyzers

Synopsis

cparse { C file } [ -I directory ] [ -D define ]

Description

C file is the source file for which a program database (PDB) file is generated. The filename of the PDB file will have the basename of the C file and the suffix ".pdb".

You can also specify additional flags necessary for your program to compile. The configure script will determine most, if not all, flags and incorporate these in cparse. Local options, such as an application include directory, can be specified here.

Options

-I directory Adds a directory dir to the list of directories searched for INCLUDE statements.

-D define A list of file that this C file defines.

Example

cparse example.c