Files
2019-08-04 21:38:19 -05:00

6 lines
104 B
OpenEdge ABL

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