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

  1. #include <stdio.h>
  2. #include <stdlib.h>
  3. #include "tcl.h"
  4.  
  5. int
  6. Tcl_AppInit(interp)
  7.     Tcl_Interp *interp;        /* Interpreter for application. */
  8. {
  9.     return TCL_ERROR;
  10. }
  11.