libcdio-paranoia 10.2+2.0.0
header.c File Reference
#include "header.h"
#include <unistd.h>
#include <stdlib.h>
#include <stdio.h>
#include <string.h>

Functions

void WriteWav (int f, long int bytes)
 
void WriteAiff (int f, long int bytes)
 
void WriteAifc (int f, long bytes)
 

Function Documentation

◆ WriteAifc()

void WriteAifc ( int f,
long bytes )

Writes AIFC headers

Referenced by main().

◆ WriteAiff()

void WriteAiff ( int f,
long int bytes )

Writes AIFF headers

Referenced by main().

◆ WriteWav()

void WriteWav ( int f,
long int bytes )

Writes WAV headers

Referenced by main().