1 %module javaupm_flex
2 %include "../upm.i"
3 
4 %{
5     #include "flex.h"
6 %}
7 
8 %include "flex.h"
9