MusicKit  0.0.0
onezero.h
00001 /* Copyright 1993-1996 by J.O. Smith (jos@ccrma.stanford.edu).  All rights reserved. */
00002 typedef struct _onezeroVars {
00003     pp output;
00004     pp input;
00005     word s;
00006     word b0;
00007     word b1;
00008 } onezeroVars;
00009 
00010 extern void onezero(onezeroVars *a);
00011 
00012 
00013 
00014