Python typemap for FILE* (in behalf of Marcelo)
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@5929 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
e465a6ae6a
commit
d062b8cce8
5 changed files with 92 additions and 0 deletions
9
Examples/test-suite/python/file_test_runme.py
Normal file
9
Examples/test-suite/python/file_test_runme.py
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
import sys
|
||||
import file_test
|
||||
|
||||
file_test.nfile(sys.stdout)
|
||||
|
||||
cstdout = file_test.GetStdOut()
|
||||
|
||||
file_test.nfile(cstdout)
|
||||
file_test.nfile("test.dat")
|
||||
Loading…
Add table
Add a link
Reference in a new issue