CMS 3D CMS Logo

main.cc
Go to the documentation of this file.
1 extern "C"
2 {
3  void hardcol_();
4 }
5 
6 int main()
7 {
8  hardcol_();
9  return 1;
10 }
11 
void hardcol_()
int main()
Definition: main.cc:6