3 #include "FastAllocString.h"     6 static const char *
what = WHAT;
    11    G__ClassInfo cl(
"TSystem");
    12    if (cl.IsValid() && strlen(WHAT)<1000) {
    13       G__FastAllocString buf;
    14       buf.Format(
"\"lib%sDict\"",
what);
    18       func.SetFuncProto(&cl,
"Load",
"const char*",&offset);
    20       if (func.InterfaceMethod()) {
    21          long tmp = G__int(G__calc(
"gSystem"));
    22          void * gsystem = (
void*)tmp;
 
double func(double *x, double *p)