The R Project SVN R-packages

Rev

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

Rev 8168 Rev 8357
Line 193... Line 193...
193
#include <math.h>
193
#include <math.h>
194
#include <stdlib.h>
194
#include <stdlib.h>
195
#include <ctype.h>
195
#include <ctype.h>
196
#include <string.h>
196
#include <string.h>
197
 
197
 
-
 
198
// Nowadays require R (>= 4.0.0)
-
 
199
# include <R_ext/Utils.h>
-
 
200
/*
198
#include <Rversion.h>
201
#include <Rversion.h>
199
#if R_VERSION >= R_Version(2,7,0)
202
#if R_VERSION >= R_Version(2,7,0)
200
# include <R_ext/Utils.h>
203
# include <R_ext/Utils.h>
201
#else
204
#else
202
# define R_atof atof
205
# define R_atof atof
203
#endif
206
#endif
-
 
207
*/
204
 
208
 
205
#ifndef FALSE
209
#ifndef FALSE
206
#  define FALSE		0
210
#  define FALSE		0
207
#  define TRUE		1
211
#  define TRUE		1
208
#endif
212
#endif