10 lines
113 B
OpenEdge ABL
10 lines
113 B
OpenEdge ABL
|
|
%module pyupm_flex
|
||
|
|
%include "../upm.i"
|
||
|
|
|
||
|
|
%feature("autodoc", "3");
|
||
|
|
|
||
|
|
%include "flex.h"
|
||
|
|
%{
|
||
|
|
#include "flex.h"
|
||
|
|
%}
|