#include "cmt.h"
Include dependency graph for cmt.cxx:
Go to the source code of this file.
Functions | |
int | main (int argc, char *argv[]) |
|
Definition at line 10 of file cmt.cxx. References Cmt::parser().
00012 { 00013 //cout << "argc=" << argc << endl; 00014 00015 int status = Cmt::parser (argc, argv); 00016 00017 return (status); 00018 } |