Files
upm/src/t6713/pyupm_t6713.i

11 lines
136 B
OpenEdge ABL
Raw Normal View History

%module pyupm_t6713
%include "../upm.i"
%include "stdint.i"
%feature("autodoc", "3");
%include "t6713.h"
%{
#include "t6713.h"
%}