summaryrefslogtreecommitdiff
path: root/apps/plugins/wav2wv.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/wav2wv.c')
-rw-r--r--apps/plugins/wav2wv.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/apps/plugins/wav2wv.c b/apps/plugins/wav2wv.c
index a1d4e630b8..a3bd0a9d59 100644
--- a/apps/plugins/wav2wv.c
+++ b/apps/plugins/wav2wv.c
@@ -29,14 +29,6 @@ PLUGIN_HEADER
29 29
30#define SAMPLES_PER_BLOCK 22050 30#define SAMPLES_PER_BLOCK 22050
31 31
32void *memset(void *s, int c, size_t n) {
33 return(rb->memset(s,c,n));
34}
35
36void *memcpy(void *dest, const void *src, size_t n) {
37 return(rb->memcpy(dest,src,n));
38}
39
40static char *audiobuf; 32static char *audiobuf;
41static ssize_t audiobuflen; 33static ssize_t audiobuflen;
42 34