#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 5 of file cmt.cxx. 00007 { 00008 //cout << "argc=" << argc << endl; 00009 00010 int status = Cmt::parser (argc, argv); 00011 00012 return (status); 00013 } |