swig/Examples/python/import_packages/namespace_pkg/robin.i
2016-04-05 10:58:50 -06:00

7 lines
75 B
OpenEdge ABL

%module robin
%{
extern const char *run(void);
%}
const char *run(void);