The R Project SVN R

Rev

Rev 43767 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 43767 Rev 45475
Line 4... Line 4...
4
 
4
 
5
void Rstd_read_history(const char *s);
5
void Rstd_read_history(const char *s);
6
 
6
 
7
void Rstd_Suicide(const char *s);
7
void Rstd_Suicide(const char *s);
8
void Rstd_ShowMessage(const char *s);
8
void Rstd_ShowMessage(const char *s);
9
int  Rstd_ReadConsole(const char *prompt, unsigned char *buf, int len, 
9
int  Rstd_ReadConsole(const char *prompt, unsigned char *buf, int len,
10
		      int addtohistory);
10
		      int addtohistory);
11
void Rstd_WriteConsole(const char *buf, int len);
11
void Rstd_WriteConsole(const char *buf, int len);
12
void Rstd_WriteConsoleEx(const char *buf, int len, int otype);
12
void Rstd_WriteConsoleEx(const char *buf, int len, int otype);
13
void Rstd_ResetConsole(void);
13
void Rstd_ResetConsole(void);
14
void Rstd_FlushConsole(void);
14
void Rstd_FlushConsole(void);