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