File: tclShared.c

package info (click to toggle)
ftools-fv 5.5.2%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 7,072 kB
  • sloc: tcl: 50,774; ansic: 17,858; exp: 2,004; makefile: 172; cpp: 169; sh: 109; csh: 10
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);
}