The R Project SVN R

Rev

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

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