The R Project SVN R

Rev

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

Rev 89789 Rev 89790
Line 92... Line 92...
92
extern void R_ClearerrConsole(void);
92
extern void R_ClearerrConsole(void);
93
NORET extern void R_Suicide(const char *);
93
NORET extern void R_Suicide(const char *);
94
NORET extern void R_CleanUp(SA_TYPE, int, int);
94
NORET extern void R_CleanUp(SA_TYPE, int, int);
95
extern char *R_HomeDir(void);
95
extern char *R_HomeDir(void);
96
extern void R_Busy(int);
96
extern void R_Busy(int);
-
 
97
#ifdef AFTER_RJAVA_FIX
97
extern int  R_ReadConsole(const char *, unsigned char *, int, int);
98
extern int  R_ReadConsole(const char *, unsigned char *, int, int);
-
 
99
#else
-
 
100
// work-around for non-matching declaration in rJava
-
 
101
int	R_ReadConsole(char *, unsigned char *, int, int);
-
 
102
#endif
98
extern void R_WriteConsole(const char *, int);
103
extern void R_WriteConsole(const char *, int);
99
extern void R_WriteConsoleEx(const char *, int, int);
104
extern void R_WriteConsoleEx(const char *, int, int);
100
extern void R_ResetConsole(void);
105
extern void R_ResetConsole(void);
101
extern int  R_EditFiles(int, const char **, const char **, const char *);
106
extern int  R_EditFiles(int, const char **, const char **, const char *);
102
extern int R_DirtyImage;	/* Current image dirty */
107
extern int R_DirtyImage;	/* Current image dirty */