aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cxavgdev.c1
-rw-r--r--cxmean.c1
-rw-r--r--cxstddev.c1
-rw-r--r--mean~.c2
4 files changed, 4 insertions, 1 deletions
diff --git a/cxavgdev.c b/cxavgdev.c
new file mode 100644
index 0000000..ad433c0
--- /dev/null
+++ b/cxavgdev.c
@@ -0,0 +1 @@
+#include "mean~.c"
diff --git a/cxmean.c b/cxmean.c
new file mode 100644
index 0000000..ad433c0
--- /dev/null
+++ b/cxmean.c
@@ -0,0 +1 @@
+#include "mean~.c"
diff --git a/cxstddev.c b/cxstddev.c
new file mode 100644
index 0000000..ad433c0
--- /dev/null
+++ b/cxstddev.c
@@ -0,0 +1 @@
+#include "mean~.c"
diff --git a/mean~.c b/mean~.c
index fe6b7c6..2e5472d 100644
--- a/mean~.c
+++ b/mean~.c
@@ -7,7 +7,7 @@
#include "m_pd.h"
#include <math.h>
-//#include <stdlib.h>
+#include <stdlib.h>
/* cx.mean: calculate the mean from a table */