00001 /* Copyright 1993-1996 by J.O. Smith (jos@ccrma.stanford.edu). All rights reserved. */ 00002 00003 typedef struct _asympVars { 00004 pp output; 00005 word targetVal; 00006 word rate; 00007 dbl curVal; 00008 } asympVars; 00009 00010 extern void asymp(asympVars *a); 00011 00012 00013 00014