aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2007-04-03 20:59:42 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2007-04-03 20:59:42 +0000
commit02374f1e134f85d16e9d46f89f251303a4a10259 (patch)
treed3e00e3d6c91e61d5b4abb8055f500de448dc0f4
parent8bbda088b6be12a1c8633a05f2c3edee28c3b493 (diff)
found some hidden classes and made them build as single-file-single-class; got rid of some warnings
svn path=/trunk/externals/cxc/; revision=7546
-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 */