From 9ac8e1c02291eda243bbd21e50e151a802d4aeef Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Mon, 17 May 2010 22:50:50 +0200 Subject: started to add a testlib --- tests/library/testlib.c | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 tests/library/testlib.c (limited to 'tests') diff --git a/tests/library/testlib.c b/tests/library/testlib.c new file mode 100644 index 0000000..14c9efc --- /dev/null +++ b/tests/library/testlib.c @@ -0,0 +1,3 @@ +int wolf_f( int a ) { + return a * 2; +} -- cgit v1.2.3-54-g00ecf