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

# · Swig · 5 lines · 5 code · 0 blank · 0 comment · 0 complexity · 7e417ea61d979c897e696f28df959e19 MD5 · raw file

  1. %module lua_no_module_global
  2. %{
  3. const char *hi_mom() { return "hi mom!"; }
  4. %}
  5. const char *hi_mom();