base64c.tcl

Go to the documentation of this file.
00001 /*  base64c - Copyright (C) 2003 Pat Thoyts <patthoyts@users.sourceforge.net>*/
00002 /* */
00003 /*  This package is a place-holder for the critcl enhanced code present in*/
00004 /*  the tcllib base64 module.*/
00005 /* */
00006 /*  Normally this code will become part of the tcllibc library.*/
00007 /* */
00008 
00009 package require critcl
00010 package provide base64c 0.1.0
00011 
00012 namespace ::base64c {
00013     variable base64c_rcsid {$Id: base64c.tcl,v 1.4 2006/11/04 15:20:36 patthoyts Exp $}
00014 
00015     critcl::ccode {
00016         /* no code required in this file */
00017     }
00018 }
00019 

Generated on 21 Sep 2010 for Gui by  doxygen 1.6.1