/[ascend]/trunk/tcltk98/generic/interface/AscPrintTcl.h
ViewVC logotype

Diff of /trunk/tcltk98/generic/interface/AscPrintTcl.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 46 by ben.allan, Sat Mar 5 01:53:39 2005 UTC revision 47 by jds, Thu Apr 7 23:59:22 2005 UTC
# Line 1  Line 1 
1  /**<  /**<
2   *  Tcl Printf Substitutes   *  Tcl Printf Substitutes
3   *  by Mark Thomas   *  by Mark Thomas
4   *  Created: 27.May.1997   *  Created: 27.May.1997
# Line 39  Line 39 
39    
40  extern int Asc_PrintInit_TclVtable(void);  extern int Asc_PrintInit_TclVtable(void);
41  /**<  /**<
42   * set up the vtable on the print stack.   * Set up the vtable on the print stack.
43   * This can be done before Asc_PrintInit_Tcl, and   * This can be done before Asc_PrintInit_Tcl(), and
44   * the result will be stderr/stdout output.   * the result will be stderr/stdout output.
45     * Always returns 0.
46   */   */
47    
48  extern int Asc_PrintInit_Tcl(void);  extern int Asc_PrintInit_Tcl(void);
49  /**<  /**<
  *  int Asc_PrintInit()  
  *  
50   *  Initialize tcltk98 interface pointers to the Tcl channels used for output.   *  Initialize tcltk98 interface pointers to the Tcl channels used for output.
51   *     *
52   *  This function should be called after the Tcl channels have been   *  This function should be called after the Tcl channels have been
53   *  initialized.  Any calls to Asc_Printf() made prior to calling   *  initialized.  Any calls to Asc_Printf() made prior to calling
54   *  Asc_PrintInit() will use ordinary printf().   *  Asc_PrintInit() will use ordinary printf().  Returns 0 if the
55     *  initialization is successful, non-zero if any of the Tcl
56     *  channels could not be initialized.
57   */   */
58    
59  extern void Asc_PrintFinalize_Tcl(void);  extern void Asc_PrintFinalize_Tcl(void);

Legend:
Removed from v.46  
changed lines
  Added in v.47

john.pye@anu.edu.au
ViewVC Help
Powered by ViewVC 1.1.22