new example

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@841 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Dave Beazley 2000-09-04 15:30:21 +00:00
commit 91340b52d0
6 changed files with 134 additions and 13 deletions

View file

@ -6,9 +6,5 @@
%}
/* Let's just grab the original header file here */
%typemap(memberin) char [ANY] {
strncpy($target,$source,$dim0);
}
%include "example.h"