File: browser.c

package info (click to toggle)
et 80b2-8
  • links: PTS
  • area: main
  • in suites: potato, slink
  • size: 1,068 kB
  • ctags: 1,074
  • sloc: ansic: 10,313; tcl: 2,633; makefile: 179; sh: 19
file content (8 lines) | stat: -rw-r--r-- 157 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
/* A C wrapper for the TkBrowser code
*/
void main(int argc, char **argv){
  Et_Init(&argc,argv);
  ET_INCLUDE( browser.tcl );
  Et_MainLoop();
  exit(0);
}