/tags/rel-1.3.35/Examples/test-suite/testdir/subdir2/hello.i
# · Swig · 24 lines · 16 code · 8 blank · 0 comment · 0 complexity · 1e1d621f7410d020df4aaf128c7e144f MD5 · raw file
- #ifndef subdir2_hello_i_
- #define subdir2_hello_i_
- %{
- typedef char * TypedefString;
- %}
- %inline %{
-
- struct B
- {
- int bb;
- };
- TypedefString importtest2(TypedefString str) {
- strcpy(str, "white");
- return str;
- }
- %}
- #endif //subdir2_hello_i_