summaryrefslogtreecommitdiff
path: root/doc/rake/example/b.c
diff options
context:
space:
mode:
Diffstat (limited to 'doc/rake/example/b.c')
-rw-r--r--doc/rake/example/b.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/rake/example/b.c b/doc/rake/example/b.c
new file mode 100644
index 0000000000..9b24aa1273
--- /dev/null
+++ b/doc/rake/example/b.c
@@ -0,0 +1,6 @@
+#include <stdio.h>
+
+void b()
+{
+ printf ("In function b\n");
+}