File: ssinit.c

package info (click to toggle)
saods9 7.3.2%2Brepack-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 22,044 kB
  • ctags: 21,414
  • sloc: cpp: 66,406; tcl: 60,491; ansic: 19,507; sh: 9,996; xml: 1,375; makefile: 892; perl: 68
file content (7 lines) | stat: -rw-r--r-- 141 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
#include <tcl.h>
#include "ss.h"

int Et_AppInit(Tcl_Interp *interp){
  extern int Tkhtml_Init(Tcl_Interp*);
  return Tkhtml_Init(interp);
}