|
w11 - cpp 0.794
Backend server for Rlink and w11
|
#include <stdlib.h>#include <stdio.h>#include <readline/readline.h>#include <readline/history.h>#include "tcl.h"#include <iostream>Go to the source code of this file.
Functions | |
| int | Rutiltpp_Init (Tcl_Interp *interp) |
| int | Rlinktpp_Init (Tcl_Interp *interp) |
| int | Rwxxtpp_Init (Tcl_Interp *interp) |
| int | main (int, const char *[]) |
| int Rutiltpp_Init | ( | Tcl_Interp * | interp | ) |
Definition at line 31 of file Rutiltpp_Init.cpp.
References Retro::RtclBvi::CreateCmds(), and Retro::RtclSystem::CreateCmds().
Referenced by main().
| int Rlinktpp_Init | ( | Tcl_Interp * | interp | ) |
Definition at line 36 of file Rlinktpp_Init.cpp.
References Retro::RtclClassOwned< TP >::CreateClass().
Referenced by main().
| int Rwxxtpp_Init | ( | Tcl_Interp * | interp | ) |
Definition at line 29 of file Rwxxtpp_Init.cpp.
References Retro::RtclClassOwned< TP >::CreateClass().
Referenced by main().
| int main | ( | int | , |
| const char * | [] | ||
| ) |
Definition at line 26 of file testtclsh.cpp.
References Rlinktpp_Init(), Rutiltpp_Init(), and Rwxxtpp_Init().