]> Creatis software - gdcm.git/blob - Testing/ExceptionAndPython/foo.i
src/gdcmCommon.h now declares int8_t for non stdint.h plateforms.
[gdcm.git] / Testing / ExceptionAndPython / foo.i
1 %module foo
2 %{
3 void MyWrappedFunction(void);
4 %}
5 void MyWrappedFunction(void);