The R Project SVN R

Rev

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

Rev 89780 Rev 89942
Line 91... Line 91...
91
#endif
91
#endif
92
/*  attribute_hidden and no longer used.
92
/*  attribute_hidden and no longer used.
93
void	setIVector(int*, int, int);
93
void	setIVector(int*, int, int);
94
void	setRVector(double*, int, double);
94
void	setRVector(double*, int, double);
95
*/
95
*/
96
/* Not API */
96
/* Experimental API */
97
Rboolean StringFalse(const char *); // used by iotools
97
Rboolean StringFalse(const char *); // used by iotools
98
Rboolean StringTrue(const char *); // used by iotools
98
Rboolean StringTrue(const char *); // used by iotools
99
Rboolean isBlankString(const char *); // used by iotools and openxlsx2
99
Rboolean isBlankString(const char *); // used by iotools and openxlsx2
100
 
100
 
101
/* These two are guaranteed to use '.' as the decimal point,
101
/* These two are guaranteed to use '.' as the decimal point,
Line 120... Line 120...
120
		 Rboolean rightmost_closed,  Rboolean all_inside, int ilo,
120
		 Rboolean rightmost_closed,  Rboolean all_inside, int ilo,
121
		 int *mflag);
121
		 int *mflag);
122
int findInterval2(double *xt, int n, double x,
122
int findInterval2(double *xt, int n, double x,
123
		  Rboolean rightmost_closed,  Rboolean all_inside, Rboolean left_open,
123
		  Rboolean rightmost_closed,  Rboolean all_inside, Rboolean left_open,
124
		  int ilo, int *mflag);
124
		  int ilo, int *mflag);
125
/* Removed in 4.5.0, but still API according too WRE */
125
/* Removed in 4.5.0, but still API according to WRE */
126
#ifdef R_RS_H
126
#ifdef R_RS_H
127
// Was Rboolean*, but that is not possible in Fortran.
127
// Was Rboolean*, but that is not possible in Fortran.
128
int F77_SUB(interv)(double *xt, int *n, double *x,
128
int F77_SUB(interv)(double *xt, int *n, double *x,
129
		    int *rightmost_closed, int *all_inside,
129
		    int *rightmost_closed, int *all_inside,
130
		    int *ilo, int *mflag);
130
		    int *ilo, int *mflag);