summaryrefslogtreecommitdiffstats
path: root/Tests/SubDir/AnotherSubdir/secondone.c
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/SubDir/AnotherSubdir/secondone.c')
-rw-r--r--Tests/SubDir/AnotherSubdir/secondone.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/Tests/SubDir/AnotherSubdir/secondone.c b/Tests/SubDir/AnotherSubdir/secondone.c
index b55d05f..3e9e5af 100644
--- a/Tests/SubDir/AnotherSubdir/secondone.c
+++ b/Tests/SubDir/AnotherSubdir/secondone.c
@@ -1,4 +1,6 @@
-const char* secondone()
+#include <stdio.h>
+
+void secondone()
{
- return "Hello again";
+ printf("Hello again\n");
}