home *** CD-ROM | disk | FTP | other *** search
/ Serving the Web / ServingTheWeb1995.disc1of1.iso / linux / slacksrce / tcl / tcl+tk+t / tcl7.3l1 / tcl7 / tcl7.3 / dummyMain.c < prev    next >
Encoding:
C/C++ Source or Header  |  1994-08-14  |  101 b   |  6 lines

  1. int main(int argc, char **argv)
  2. {
  3.     int Tcl_Main(int, char **);
  4.     return Tcl_Main(argc, argv);
  5. }
  6.