ezpp-oppai-ap/swig/oppai.i

12 lines
179 B
OpenEdge ABL
Raw Normal View History

2021-06-25 18:26:13 +00:00
%module oppai
%feature("autodoc", "3");
%apply int *OUTPUT {int*}
%begin{
#define SWIG_PYTHON_2_UNICODE
}
%{
#define OPPAI_IMPLEMENTATION
#include "oppai.c"
%}
#include "oppai.c"