11 lines
111 B
OpenEdge ABL
11 lines
111 B
OpenEdge ABL
|
|
%module pyupm_mic
|
||
|
|
|
||
|
|
%include "stdint.i"
|
||
|
|
|
||
|
|
%feature("autodoc", "3");
|
||
|
|
|
||
|
|
%include "mic.h"
|
||
|
|
%{
|
||
|
|
#include "mic.h"
|
||
|
|
%}
|