The R Project SVN R

Rev

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

Rev 51840 Rev 51845
Line 39... Line 39...
39
#include <R_ext/Error.h>      /* error and warning */
39
#include <R_ext/Error.h>      /* error and warning */
40
#include <R_ext/Memory.h>     /* R_alloc and S_alloc */
40
#include <R_ext/Memory.h>     /* R_alloc and S_alloc */
41
#include <R_ext/Print.h>      /* Rprintf etc */
41
#include <R_ext/Print.h>      /* Rprintf etc */
42
#include <R_ext/Random.h>     /* RNG interface */
42
#include <R_ext/Random.h>     /* RNG interface */
43
#include <R_ext/Utils.h>      /* sort routines et al */
43
#include <R_ext/Utils.h>      /* sort routines et al */
-
 
44
#include <R_ext/RS.h>
44
#include <R_ext/RS.h> /* for Calloc, Realloc, Free, Memcpy, F77_xxxx */
45
/* for PROBLEM ... Calloc, Realloc, Free, Memcpy, F77_xxxx */
45
 
46
 
46
 
47
 
47
typedef double Sfloat;
48
typedef double Sfloat;
48
typedef int Sint;
49
typedef int Sint;
49
#define SINT_MAX INT_MAX
50
#define SINT_MAX INT_MAX