OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [tags/] [start/] [insight/] [tix/] [unix/] [tk4.2/] [tclUnixSam76.c] - Rev 1765

Compare with Previous | Blame | View Log

/*
 * tclUnixSam76.c --
 *
 *	Initializes the Tcl stand-alone module Tcl version 7.6.
 *
 * Copyright (c) 1996, Expert Interface Technologies
 *
 * See the file "license.terms" for information on usage and redistribution
 * of this file, and for a DISCLAIMER OF ALL WARRANTIES.
 *
 */
 
#include "tclPort.h"
#include "tclInt.h"
 
#include "tclSamLib.c"
 
int			SamTcl_Init _ANSI_ARGS_((Tcl_Interp *interp));
 
int
Tclsam_Init(interp)
    Tcl_Interp *interp;		/* Interpreter to initialize. */
{
    Tcl_Eval(interp, "set tcl_library {}");
    return LoadScripts(interp);
}
 

Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.