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