#ifndef __CINT__ #include "stdio.h" #include "string.h" #endif int myfunc() { return 3; } bool mycheck() { if (strcmp("test","test")) { return true; } else { return false; } } int main(int argc,char** argv) { int i = 0; printf("Arg %d\n",argc,argv); for(i=0;i