The R Project SVN R

Rev

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

Rev 7002 Rev 7003
Line 16... Line 16...
16
 *  You should have received a copy of the GNU General Public License
16
 *  You should have received a copy of the GNU General Public License
17
 *  along with this program; if not, write to the Free Software
17
 *  along with this program; if not, write to the Free Software
18
 *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
18
 *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
19
 */
19
 */
20
 
20
 
-
 
21
#ifndef R_ERROR_H
-
 
22
#define R_ERROR_H
-
 
23
 
21
void	error(const char *, ...);
24
void	error(const char *, ...);
22
void	warning(const char *, ...);
25
void	warning(const char *, ...);
23
void	WrongArgCount(char *);
26
void	WrongArgCount(char *);
24
void	UNIMPLEMENTED(char *);
27
void	UNIMPLEMENTED(char *);
25
 
28
 
-
 
29
#endif