My Project
 All Classes Files Functions Variables Enumerations Enumerator Friends Macros Pages
tclstarplot.h
1 #ifndef tclstarplot_h
2 #define tclstarplot_h
3 
4 /*
5  * The following is the package-initialization function for the
6  * TCL interface to the services of a starplot object.
7  */
8 int TclStarPlot_Init(Tcl_Interp *interp);
9 
10 #endif