The R Project SVN R

Rev

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

Rev 5510 Rev 6622
Line 1... Line 1...
1
/*
1
/*
2
 *  R : A Computer Language for Statistical Data Analysis
2
 *  R : A Computer Language for Statistical Data Analysis
3
 *  Copyright (C) 1998, 1999   Robert Gentleman, Ross Ihaka 
3
 *  Copyright (C) 1998, 1999   Robert Gentleman, Ross Ihaka
4
 *                             and the R Development Core Team
4
 *                             and the R Development Core Team
5
 *
5
 *
6
 *  This program is free software; you can redistribute it and/or modify
6
 *  This program is free software; you can redistribute it and/or modify
7
 *  it under the terms of the GNU General Public License as published by
7
 *  it under the terms of the GNU General Public License as published by
8
 *  the Free Software Foundation; either version 2 of the License, or
8
 *  the Free Software Foundation; either version 2 of the License, or
Line 41... Line 41...
41
char*	R_ExpandFileName(char*);
41
char*	R_ExpandFileName(char*);
42
void	setIVector(int*, int, int);
42
void	setIVector(int*, int, int);
43
void	setRVector(double*, int, double);
43
void	setRVector(double*, int, double);
44
int	StringFalse(char*);
44
int	StringFalse(char*);
45
int	StringTrue(char*);
45
int	StringTrue(char*);
-
 
46
int	isBlankString(unsigned char *);
46
 
47
 
47
void	hsv2rgb(double *h, double *s, double *v,/* in */
48
void	hsv2rgb(double *h, double *s, double *v,/* in */
48
		double *r, double *g, double *b);/* out */
49
		double *r, double *g, double *b);/* out */
49
 
50
 
50
#endif
51
#endif