00001 /* Copyright 1993-1996 by J.O. Smith (jos@ccrma.stanford.edu), T. Stilson (stilti@ccrma.stanford.edu), and S.A. Van Duyne (savd@ccrma.stanford.edu). All rights reserved. */ 00002 00003 typedef struct _pnfVars { 00004 pp input; 00005 pp output; 00006 word a0; 00007 word a1; 00008 word last_u; 00009 } pnfVars; 00010 00011 extern void pnf(pnfVars *); 00012 00013 00014 00015