home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 3 / TheARMClub_PDCD3.iso / hensa / programming / tcl / tclsrc / h / tclRISCOS < prev    next >
Encoding:
Text File  |  1996-03-27  |  370 b   |  20 lines

  1. /* RISC OS specific header for  tcl */
  2. /* (c) C.T.Stretch */
  3. /* Sat,25 Jun 1994 */
  4.  
  5. #ifndef _TCL_RISCOS
  6. #define _TCL_RISCOS
  7.  
  8.  
  9. #define TCL_RISCOS_VERSION "1.2"
  10. #define TCL_RISCOS_MAJOR_VERSION 1
  11. #define TCL_RISCOS_MINOR_VERSION 2
  12.  
  13. /* initialise RISC OS structures */
  14.  
  15. extern void RiscOS_Init(void);
  16.  
  17. extern void RiscOS_InitVars(Tcl_Interp *ti);
  18.  
  19. #endif /* _TCL_RISCOS */
  20.