clear up some code

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/branches/gsoc2009-sploving@11351 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Baozeng Ding 2009-07-03 08:45:07 +00:00
commit 59b9f3b6de
5 changed files with 310 additions and 104 deletions

View file

@ -37,13 +37,10 @@ printf("fvar = %f\n", fvar_get());
printf("dvar = %f\n", dvar_get());
printf("cvar = %s\n", cvar_get());
printf("strvar = %s\n", strvar_get());
Foo1_get();
Foo2_get();
Foo1_get()
Foo2_get()
printf("\nVariables (values printed from C)\n");
print_vars()
print_vars();