Test const char [] instead of const char *
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@5992 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
6e4091ddd8
commit
cb62b4dd90
21 changed files with 14 additions and 22 deletions
|
|
@ -15,7 +15,6 @@
|
|||
fvar_set(3.14159);
|
||||
dvar_set(2.1828);
|
||||
strvar_set("Hello World");
|
||||
cstrvar_set("Goodbye");
|
||||
iptrvar_set(new_int(37));
|
||||
ptptr_set(new_point(37,42));
|
||||
name_set("Bill");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue