/* -*- C++ -*- */ /************************************************************************* * Copyright(c) 1995~2005 Masaharu Goto (root-cint@cern.ch) * * For the licensing terms see the file COPYING * ************************************************************************/ #include typedef int Int_t; #if 0 template void print1(Int_t N, T x, T y) { for(int i=0;i void print1(Int_t N, T* x, T* y) { for(int i=0;i void print2(Int_t N, T* x, T* y) { for(int i=0;i