mirror of
https://github.com/eclipse/upm.git
synced 2025-03-18 22:47:28 +03:00
9 lines
87 B
OpenEdge ABL
9 lines
87 B
OpenEdge ABL
![]() |
%module jsupm_flex
|
||
|
%include "../upm.i"
|
||
|
|
||
|
%{
|
||
|
#include "flex.h"
|
||
|
%}
|
||
|
|
||
|
%include "flex.h"
|