MusicKit  0.0.0
constant.h
00001 /* Copyright 1993-1996 by J.O. Smith (jos@ccrma.stanford.edu).  All rights reserved. */
00002 typedef struct _constantVars {
00003     pp output;
00004     word constant;
00005 } constantVars;
00006 
00007 extern void constant(constantVars *a);
00008 
00009 
00010 
00011