Files
mruby-mruby/examples/mrbgems/c_extension_example
cubicdaiya 67de10bfcb use C style comments instead of C++ style comments
According to CONTRIBUTING.md,

Don't use C++ style comments

 /* This is the prefered comment style */

Use C++ style comments only for temporary comment e.g. commenting out some code lines.
2014-03-01 03:31:45 +09:00
..
2013-01-26 15:47:06 +09:00
2013-01-26 15:47:06 +09:00

C Extension Example

This is an example gem which implements a C extension.