mirror of
https://github.com/eclipse/upm.git
synced 2025-03-20 15:37:28 +03:00
11 lines
120 B
OpenEdge ABL
11 lines
120 B
OpenEdge ABL
![]() |
%module pyupm_ttp223
|
||
|
%include "../upm.i"
|
||
|
|
||
|
%feature("autodoc", "3");
|
||
|
|
||
|
%include "ttp223.h"
|
||
|
%{
|
||
|
#include "ttp223.h"
|
||
|
%}
|
||
|
|