The R Project SVN R

Rev

Rev 2467 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2467 Rev 2647
Line 1... Line 1...
1
void	error(const char *, ...);
1
void	error(const char *, ...);
2
void	warning(const char *, ...);
2
void	warning(const char *, ...);
3
void	WrongArgCount(char*);
3
void	WrongArgCount(char *);
4
void	UNIMPLEMENTED(char *);
4
void	UNIMPLEMENTED(char *);
5
 
5