mirror of
https://github.com/eclipse/upm.git
synced 2025-03-23 17:00:03 +03:00
9 lines
102 B
OpenEdge ABL
9 lines
102 B
OpenEdge ABL
![]() |
%module pyupm_mma7455
|
||
|
|
||
|
%feature("autodoc", "3");
|
||
|
|
||
|
%include "mma7455.h"
|
||
|
%{
|
||
|
#include "mma7455.h"
|
||
|
%}
|