MusicKit  0.0.0
add3.h
00001 /* Copyright 1993-1996 by J.O. Smith (jos@ccrma.stanford.edu).  All rights reserved. */
00002 typedef struct _add3Vars {
00003     pp input1;
00004     pp input2;
00005     pp input3;
00006     pp output;
00007 } add3Vars;
00008 
00009 extern void add3(add3Vars *a);
00010 
00011 
00012 
00013