/trunk/Examples/test-suite/lua_no_module_global.i
# · Swig · 5 lines · 5 code · 0 blank · 0 comment · 0 complexity · 7e417ea61d979c897e696f28df959e19 MD5 · raw file
- %module lua_no_module_global
- %{
- const char *hi_mom() { return "hi mom!"; }
- %}
- const char *hi_mom();