mirror of
https://github.com/eclipse/upm.git
synced 2025-03-17 14:07:30 +03:00
13 lines
164 B
OpenEdge ABL
13 lines
164 B
OpenEdge ABL
![]() |
%module pyupm_gas
|
||
|
%include "../upm.i"
|
||
|
%include "../carrays_uint16_t.i"
|
||
|
|
||
|
%include "stdint.i"
|
||
|
|
||
|
%feature("autodoc", "3");
|
||
|
|
||
|
%include "gas.h"
|
||
|
%{
|
||
|
#include "gas.h"
|
||
|
%}
|