tclruntime.swg 484 B

123456789101112131415
  1. /* tcl.h has to appear first */
  2. %insert(runtime) %{
  3. #include <stdio.h>
  4. #include <tcl.h>
  5. #include <errno.h>
  6. #include <stdlib.h>
  7. #include <stdarg.h>
  8. #include <ctype.h>
  9. %}
  10. %insert(runtime) "swigrun.swg"; /* Common C API type-checking code */
  11. %insert(runtime) "swigerrors.swg" /* SWIG errors */
  12. %insert(runtime) "tclerrors.swg"; /* Tcl Errors */
  13. %insert(runtime) "tclapi.swg"; /* Tcl API */
  14. %insert(runtime) "tclrun.swg"; /* Tcl run-time code */