Files
ANSLibs/swig-4.3.0/Examples/test-suite/lua_no_module_global.i

6 lines
104 B
OpenEdge ABL
Raw Normal View History

%module lua_no_module_global
%{
const char *hi_mom() { return "hi mom!"; }
%}
const char *hi_mom();