All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
main.cpp
Go to the documentation of this file.
1 #include "GaudiKernel/Kernel.h"
2 extern "C" GAUDI_IMPORT int GaudiMain(int argc, char* argv[]);
3 
4 int main(int argc, char* argv[] ) {
5  return GaudiMain(argc, argv);
6 }
GAUDI_API long argc()
Number of arguments passed to the commandline (==numCmdLineArgs()); just to match argv call...
Definition: System.cpp:526
list argv
Definition: gaudirun.py:192
int main(int argc, char *argv[])
Definition: main.cpp:4
GAUDI_IMPORT int GaudiMain(int argc, char *argv[])
#define GAUDI_IMPORT
Definition: Kernel.h:98