]> Creatis software - gdcm.git/blob - Testing/ExceptionAndPython/foo.i
2005-01-13 Jean-Pierre Roux <jpr@creatis.univ-lyon1.fr>
[gdcm.git] / Testing / ExceptionAndPython / foo.i
1 %module foo
2 %{
3 void MyWrappedFunction(void);
4 %}
5 void MyWrappedFunction(void);