File: ana_tk.h

package info (click to toggle)
irsim 9.7.75-1
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 2,596 kB
  • sloc: ansic: 24,733; sh: 6,803; makefile: 411; csh: 269; tcl: 76
file content (10 lines) | stat: -rw-r--r-- 125 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
/* ana_tk.h */

#ifdef TCL_IRSIM

#include <tk.h>

extern Tcl_Interp *irsiminterp;
extern Tcl_Interp *consoleinterp;

#endif