The R Project SVN R

Rev

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

Rev 19505 Rev 24732
Line 31... Line 31...
31
#include <stddef.h>
31
#include <stddef.h>
32
#include <stdlib.h>
32
#include <stdlib.h>
33
#include <stdio.h>
33
#include <stdio.h>
34
#include <limits.h>
34
#include <limits.h>
35
#include <float.h>
35
#include <float.h>
36
#ifdef Macintosh
-
 
37
# include <fp.h>
-
 
38
#else
-
 
39
# include <math.h>
36
#include <math.h>
40
#endif
37
 
41
 
38
 
42
#include <Rconfig.h>
39
#include <Rconfig.h>
43
/* #include <Rversion.h>	       R_VERSION */
-
 
44
#include <R_ext/Arith.h>      /* R_FINITE, ISNAN, ... */
40
#include <R_ext/Arith.h>      /* R_FINITE, ISNAN, ... */
45
#include <R_ext/Boolean.h>    /* Rboolean type */
41
#include <R_ext/Boolean.h>    /* Rboolean type */
46
#include <R_ext/Complex.h>    /* Rcomplex type */
42
#include <R_ext/Complex.h>    /* Rcomplex type */
47
#include <R_ext/Constants.h>  /* PI, DOUBLE_EPS, etc */
43
#include <R_ext/Constants.h>  /* PI, DOUBLE_EPS, etc */
48
#include <R_ext/Error.h>      /* error and warning */
44
#include <R_ext/Error.h>      /* error and warning */