]> Creatis software - gdcm.git/blob - Testing/ExceptionAndPython/foo.i
BUG: Revert to revision 1.99 because current version was breaking on Win32/Vs6 system...
[gdcm.git] / Testing / ExceptionAndPython / foo.i
1 %module foo
2 %{
3 void MyWrappedFunction(void);
4 %}
5 void MyWrappedFunction(void);