1 /******************************************************************
2 * CopyPolicy: GNU Public License 2 applies
3 * Copyright (C) 1998 Monty xiphmont@mit.edu
4 ******************************************************************/
8 extern void WriteWav(int f
,long bytes
);
9 extern void WriteAifc(int f
,long bytes
);
10 extern void WriteAiff(int f
,long bytes
);