| LCOV - code coverage report | ||||||||||||||||||||||
|
||||||||||||||||||||||
Line data Source code 1 : // 2 : // MIDAS analyzer 3 : // 4 : // K.Olchanski 5 : // 6 : 7 : #include "manalyzer.h" 8 : 9 0 : int main(int argc, char* argv[]) 10 : { 11 0 : return manalyzer_main(argc, argv); 12 : } 13 : 14 : /* emacs 15 : * Local Variables: 16 : * tab-width: 8 17 : * c-basic-offset: 3 18 : * indent-tabs-mode: nil 19 : * End: 20 : */ |
| Generated by: LCOV version 2.0-1 |