Finally got @EXPORT_OK/%EXPORT_TAGS to work, initially implemented on the PowInt...
[Math-GSL.git] / Version.i
blob29d51124b548a69c053f8774bcb7f51281fab3a6
1 %module Version
2 %{
3 #include "gsl/gsl_version.h"
4 %}
5 %import "gsl/gsl_types.h"
7 %include "gsl/gsl_version.h"