new example
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@840 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
2de4df5af5
commit
19f72587d9
5 changed files with 48 additions and 0 deletions
|
|
@ -6,6 +6,9 @@
|
|||
%}
|
||||
|
||||
/* Let's just grab the original header file here */
|
||||
%typemap(memberin) char [ANY] {
|
||||
strncpy($target,$source,$dim0);
|
||||
}
|
||||
|
||||
%include "example.h"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue