The R Project SVN R

Rev

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

Rev 20094 Rev 22931
Line 27... Line 27...
27
#define PRTUTIL_H_
27
#define PRTUTIL_H_
28
 
28
 
29
#include <R_ext/Complex.h>
29
#include <R_ext/Complex.h>
30
#include <R_ext/Print.h>
30
#include <R_ext/Print.h>
31
 
31
 
32
#ifndef R_NO_REMAP
-
 
33
#define formatLogical      Rf_formatLogical
32
#define formatLogical      Rf_formatLogical
34
#define formatInteger      Rf_formatInteger
33
#define formatInteger      Rf_formatInteger
35
#define formatReal         Rf_formatReal
34
#define formatReal         Rf_formatReal
36
#define formatComplex      Rf_formatComplex
35
#define formatComplex      Rf_formatComplex
37
#define EncodeLogical      Rf_EncodeLogical
36
#define EncodeLogical      Rf_EncodeLogical
Line 41... Line 40...
41
#define EncodeString       Rf_EncodeString
40
#define EncodeString       Rf_EncodeString
42
#define VectorIndex        Rf_VectorIndex
41
#define VectorIndex        Rf_VectorIndex
43
#define printIntegerVector Rf_printIntegerVector
42
#define printIntegerVector Rf_printIntegerVector
44
#define printRealVector    Rf_printRealVector
43
#define printRealVector    Rf_printRealVector
45
#define printComplexVector Rf_printComplexVector
44
#define printComplexVector Rf_printComplexVector
46
#endif
-
 
47
 
45
 
48
#define Rprt_adj_right 1
46
#define Rprt_adj_right 1
49
#define Rprt_adj_left  0
47
#define Rprt_adj_left  0
50
 
48
 
51
#ifdef  __cplusplus
49
#ifdef  __cplusplus