summaryrefslogtreecommitdiffhomepage
path: root/doc/mrbgems/c_extension_example/test/example.c
diff options
context:
space:
mode:
authorYukihiro "Matz" Matsumoto <[email protected]>2013-01-26 00:50:31 -0800
committerYukihiro "Matz" Matsumoto <[email protected]>2013-01-26 00:50:31 -0800
commit437aa216fc9a96d8d4898ff51c0c218670c8b807 (patch)
treeaefa8d309db1b9c6f714c05ae7d5630090856cc5 /doc/mrbgems/c_extension_example/test/example.c
parent47d7cce66dc79235509130bcfc5ca0d32c21337b (diff)
parent9352e4b49d503db708ce645deb8a188958f77ad8 (diff)
downloadmruby-437aa216fc9a96d8d4898ff51c0c218670c8b807.tar.gz
mruby-437aa216fc9a96d8d4898ff51c0c218670c8b807.zip
Merge pull request #783 from masuidrive/move_mrbgems
Moved mrbgems examples
Diffstat (limited to 'doc/mrbgems/c_extension_example/test/example.c')
-rw-r--r--doc/mrbgems/c_extension_example/test/example.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/doc/mrbgems/c_extension_example/test/example.c b/doc/mrbgems/c_extension_example/test/example.c
deleted file mode 100644
index ab410333d..000000000
--- a/doc/mrbgems/c_extension_example/test/example.c
+++ /dev/null
@@ -1,7 +0,0 @@
-#include <mruby.h>
-
-void
-mrb_c_extension_example_gem_test(mrb_state *mrb)
-{
- /* test initializer in C */
-}