11 lines
136 B
OpenEdge ABL
11 lines
136 B
OpenEdge ABL
|
|
%module pyupm_t6713
|
||
|
|
%include "../upm.i"
|
||
|
|
%include "stdint.i"
|
||
|
|
|
||
|
|
%feature("autodoc", "3");
|
||
|
|
|
||
|
|
%include "t6713.h"
|
||
|
|
%{
|
||
|
|
#include "t6713.h"
|
||
|
|
%}
|