File: tclShared.c

package info (click to toggle)
ftools-fv 5.4%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 6,144 kB
  • ctags: 2,456
  • sloc: tcl: 48,621; ansic: 16,785; cpp: 169; makefile: 156; sh: 95; csh: 10; exp: 2
file content (11 lines) | stat: -rw-r--r-- 197 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
10
11
#include <tcl.h>

#ifdef __WIN32__
int _export Powtcl_Init (interp)
#else
int Powtcl_Init (interp)
#endif
    Tcl_Interp *interp;		/* Interpreter for application. */
{
  return Pow_Init(interp);
}