-antlr
Use Antlr Parser for C
-callgraph
Print the static call graph to stdout
-cfg
Print the control-flow graph to stdout
-echo
Echo source code to stdout as it is processed
-expand-user-header
Expand user (non-standard) header files
-help
Prints this message
-outdir=dirname
Sets the output directory (default is cetus_output)
-parse-only
Stop after parsing; do not analyze or optimize
-preprocessor=command
Set the preprocessor to use
-procs=N
(Currently Disabled) Set the number of processors for parallel parsing
-tloops-to-subroutines
Extract all loops into subroutines
-tsingle-call
Transform all statements so they contain at most one function call
-tsingle-declarator
Transform all variable declarations so they contain at most one declarator
-tsingle-return
Transform all procedures so they have a single return statement
-usage
Prints this message
-verbosity=N
Degree of status messages (0-4) that you wish to see (default is 0)
-version
Print the version information