summaryrefslogtreecommitdiff
path: root/ruby_1_9_3/doc/rake/example/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'ruby_1_9_3/doc/rake/example/main.c')
-rw-r--r--ruby_1_9_3/doc/rake/example/main.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/ruby_1_9_3/doc/rake/example/main.c b/ruby_1_9_3/doc/rake/example/main.c
deleted file mode 100644
index a04558a251..0000000000
--- a/ruby_1_9_3/doc/rake/example/main.c
+++ /dev/null
@@ -1,11 +0,0 @@
-#include <stdio.h>
-
-extern void a();
-extern void b();
-
-int main ()
-{
- a();
- b();
- return 0;
-}