crcc.tcl

Go to the documentation of this file.
00001 /*  crcc.tcl - Copyright (C) 2002 Pat Thoyts <patthoyts@users.sourceforge.net>*/
00002 /* */
00003 /*  Place holder for building a critcl C module for this tcllib module.*/
00004 /* */
00005 /*  -------------------------------------------------------------------------*/
00006 /*  See the file "license.terms" for information on usage and redistribution*/
00007 /*  of this file, and for a DISCLAIMER OF ALL WARRANTIES.*/
00008 /*  -------------------------------------------------------------------------*/
00009 /*  $Id: crcc.tcl,v 1.3 2006/11/04 15:20:36 patthoyts Exp $*/
00010 
00011 package require critcl 
00012 
00013 namespace ::crc {
00014     variable rcsid {$Id: crcc.tcl,v 1.3 2006/11/04 15:20:36 patthoyts Exp $}
00015 
00016     critcl::ccode {
00017         /* no code required in this file */
00018     }
00019 }
00020 
00021 package provide crcc 1.0.0

Generated on 21 Sep 2010 for Gui by  doxygen 1.6.1