]> SALOME platform Git repositories - tools/yacsgen.git/blob - Examples/cpp2/prog.cxx
Salome HOME
363c6974521a0069fa3979e8ddabd3b2cb5be423
[tools/yacsgen.git] / Examples / cpp2 / prog.cxx
1
2 extern "C" void yacsinit();
3
4 int main(int argc, char* argv[])
5 {
6   yacsinit();
7   return 0;
8 }