/* -*- C++ -*- */ /************************************************************************* * Copyright(c) 1995~2005 Masaharu Goto (root-cint@cern.ch) * * For the licensing terms see the file COPYING * ************************************************************************/ // Src.h , Compiled function header #ifndef SRC_H #define SRC_H double f2(double din,int iin) ; int pain(); #endif