swig/Examples/c/simple
Vadim Zeitlin 4b5e5d0cc8 Allow to use the original name of the global functions
It is impossible to have two functions with the same name inside the same
program, but it is possible to provide a #define to allow the user code to use
the original function name for the wrapper function, so do it for convenience.

Remove the old changes adding explicit "_wrap_" prefix to the examples and the
tests and remove the few more now passing tests from the list of failing tests.
2016-04-21 01:37:42 +02:00
..
example.c Exceptions support for C. exception_order test shows how to use type information to achieve correct catching order. Examples cleanup. 2008-07-17 00:52:11 +00:00
example.i Exceptions support for C. exception_order test shows how to use type information to achieve correct catching order. Examples cleanup. 2008-07-17 00:52:11 +00:00
Makefile Fix and simplify C examples makefiles 2016-04-10 22:45:51 +02:00
runme.c Allow to use the original name of the global functions 2016-04-21 01:37:42 +02:00