13 # define R__DLLEXPORT __declspec(dllexport)
15 # define R__DLLEXPORT __attribute__ ((visibility ("default")))
27 const char ** *TROOT__GetExtraInterpreterArgs()
29 return &TROOT::GetExtraInterpreterArgs();
33 const char *TROOT__GetIncludeDir()
35 return TROOT::GetIncludeDir();
39 const char *TROOT__GetEtcDir()
41 return TROOT::GetEtcDir();
45 cling::Interpreter *TCling__GetInterpreter()
47 static auto triggerInitialization = gROOT;
48 (void)triggerInitialization;
49 return (cling::Interpreter *)((TCling *)gCling)->GetInterpreterImpl();