summaryrefslogtreecommitdiff
path: root/tests/library/testlib.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/library/testlib.c')
-rw-r--r--tests/library/testlib.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/library/testlib.c b/tests/library/testlib.c
index ee97b87..f8e457a 100644
--- a/tests/library/testlib.c
+++ b/tests/library/testlib.c
@@ -1,3 +1,5 @@
+int multiply_by_two( int a );
+
int multiply_by_two( int a ) {
return a * 2;
}