swig/Examples/python/import_packages/namespace_pkg/robin.i
2016-05-24 22:46:45 +01:00

7 lines
75 B
OpenEdge ABL

%module robin
%inline %{
const char *run(void) {
return "AWAY!";
}
%}