The R Project SVN R

Rev

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

Rev 28358 Rev 28991
Line 669... Line 669...
669
void	R_FlushConsole(void);
669
void	R_FlushConsole(void);
670
void	R_ClearerrConsole(void);
670
void	R_ClearerrConsole(void);
671
void	R_Busy(int);
671
void	R_Busy(int);
672
int	R_ShowFile(char*, char*);
672
int	R_ShowFile(char*, char*);
673
int	R_ShowFiles(int, char **, char **, char *, Rboolean, char *);
673
int	R_ShowFiles(int, char **, char **, char *, Rboolean, char *);
-
 
674
int     R_EditFiles(int, char **, char *);
674
int	R_ChooseFile(int, char*, int);
675
int	R_ChooseFile(int, char*, int);
675
char*	R_Date(void);
676
char*	R_Date(void);
676
char*	R_HomeDir(void);
677
char*	R_HomeDir(void);
677
Rboolean R_FileExists(char*);
678
Rboolean R_FileExists(char*);
678
Rboolean R_HiddenFile(char*);
679
Rboolean R_HiddenFile(char*);