summaryrefslogtreecommitdiffhomepage
path: root/examples/mrbgems/c_extension_example/src/example.c
AgeCommit message (Collapse)Author
2014-03-01use C style comments instead of C++ style commentscubicdaiya
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.
2013-04-25rename every ARGS_XXX to MRB_ARGS_XXX; ref #1206Yukihiro "Matz" Matsumoto
2013-01-26Moved mrbgems examplesYuichiro MASUI