moduleType.cc
Go to the documentation of this file.
1 extern "C" int
2 moduleType(int i)
3 {
4  return i;
5 }
int moduleType(int i)
Definition: moduleType.cc:2