libcdio-paranoia  10.2+0.94+2git
header.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2008 Rocky Bernstein <rocky@gnu.org>
3  Copyright (C) 1998 Monty <xiphmont@mit.edu>
4 */
5 
11 extern void WriteWav(int f,long int i_bytes);
12 
14 extern void WriteAifc(int f,long int i_bytes);
15 
17 extern void WriteAiff(int f,long int_bytes);
void WriteAiff(int f, long int_bytes)
void WriteAifc(int f, long int i_bytes)
void WriteWav(int f, long int i_bytes)
Definition: header.c:40