PageRenderTime 41ms CodeModel.GetById 16ms RepoModel.GetById 1ms app.codeStats 0ms

/trunk/Examples/test-suite/lua_no_module_global.i

#
Swig | 5 lines | 5 code | 0 blank | 0 comment | 0 complexity | 7e417ea61d979c897e696f28df959e19 MD5 | raw file
Possible License(s): LGPL-2.1, Cube, GPL-3.0, 0BSD, GPL-2.0
  1. %module lua_no_module_global
  2. %{
  3. const char *hi_mom() { return "hi mom!"; }
  4. %}
  5. const char *hi_mom();