git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@7676 626c5289-ae23-0410-ae9c-e8d60b6d4f22
13 lines
371 B
Text
13 lines
371 B
Text
/* tcl.h has to appear first */
|
|
%insert(runtime) %{
|
|
#include <stdio.h>
|
|
#include <tcl.h>
|
|
#include <errno.h>
|
|
#include <stdlib.h>
|
|
#include <stdarg.h>
|
|
#include <ctype.h>
|
|
%}
|
|
|
|
%insert(runtime) "swigrun.swg"; /* Common C API type-checking code */
|
|
%insert(runtime) "tclapi.swg"; /* SWIG/Tcl API */
|
|
%insert(runtime) "tclrun.swg"; /* Tcl run-time code */
|