Home | History | Annotate | Download | only in flex
      1 %module jsupm_flex
      2 %include "../upm.i"
      3 
      4 %{
      5     #include "flex.h"
      6 %}
      7 
      8 %include "flex.h"
      9