PageRenderTime 48ms CodeModel.GetById 19ms RepoModel.GetById 0ms app.codeStats 0ms

/tags/ttn-post-libtool-1-4-3-upgrade/SWIG/Lib/ruby/embed.i

#
Swig | 16 lines | 13 code | 3 blank | 0 comment | 0 complexity | 498c43ec7890ca40ee0244c1e5ceddf1 MD5 | raw file
Possible License(s): LGPL-2.1, Cube, GPL-3.0, 0BSD, GPL-2.0
  1. %wrapper %{
  2. #include "ruby.h"
  3. int
  4. main(argc, argv)
  5. int argc;
  6. char **argv;
  7. {
  8. ruby_init();
  9. ruby_options(argc, argv);
  10. ruby_run();
  11. return 0;
  12. }
  13. %}