diff options
Diffstat (limited to 'wavfile.h')
-rw-r--r-- | wavfile.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -9,7 +9,6 @@ http://www.nd.edu/~dthain/courses/cse20211/fall2013/wavfile #define WAVFILE_H #include <stdio.h> -#include <cinttypes> FILE * wavfile_open( const char *filename, int rate ); void wavfile_write( FILE *file, short data[], int length ); |