mirror of
https://github.com/eclipse/upm.git
synced 2025-03-26 02:10:02 +03:00
9 lines
96 B
OpenEdge ABL
9 lines
96 B
OpenEdge ABL
%module pyupm_es08a
|
|
|
|
%feature("autodoc", "3");
|
|
|
|
%include "es08a.h"
|
|
%{
|
|
#include "es08a.h"
|
|
%}
|