From 801d1fff596e07a747b1558d85eaab9bcf01f982 Mon Sep 17 00:00:00 2001 From: Jamie Bullock Date: Wed, 5 Sep 2007 14:32:17 +0000 Subject: Added java bindings. Everything seems to work OK, except test.java won't compile. Some kind of path error, but I can't work out how to fix it. --- src/scalar.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src') diff --git a/src/scalar.c b/src/scalar.c index fef1e6e..9be6ec6 100644 --- a/src/scalar.c +++ b/src/scalar.c @@ -36,6 +36,10 @@ #define expf exp #endif +int test(void){ + printf("Hello world"); +} + int xtract_mean(const float *data, const int N, const void *argv, float *result){ int n = N; -- cgit v1.2.3