robot36/wav.h

7 wiersze
85 B
C
Czysty Zwykły widok Historia

#ifndef WAV_H
#define WAV_H
#include "pcm.h"
int open_wav(pcm_t **, char *);
#endif