/* * Auto Payment Calculator V1.0.1beta * Copyright (C) 1997 Eric A. Griff * * An Auto Payment Calculator. * * *Portions of this code use xforms-0.86 which is copyrighted as * * Copyright (C) 1996-1997 by T.C. Zhao and Mark Overmars. ALL RIGHTS * RESERVED * */ #include #include extern double wpmt(double amount, double rate, int months); extern double mpmt(double amount, double rate, int months); extern double famount; extern double frate; extern int fterm; extern int fweeks;