Prototype the CASHFLOW function. The INT statement prototypes the CASHFLOW function and assigns a label to the function.


   int cashflow(double amt, double rate, int periods,
                double * flows / iotype=O)
       label = "cash flow function" kind=PRICING;