Yacs++
 All Classes Functions
FACT.hxx
1 
8 #ifndef __FACT_HXX__
9 #define __FACT_HXX__
10 
11 class FACT {
12 public:
15  FACT();
16 
21  void run(long a, long& b);
22 }; // class FACT
23 
24 #endif