The R Project SVN R

Rev

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

Rev 42308 Rev 45639
Line 25... Line 25...
25
#include "Defn.h"
25
#include "Defn.h"
26
 
26
 
27
#define formatRaw           Rf_formatRaw
27
#define formatRaw           Rf_formatRaw
28
#define formatString        Rf_formatString
28
#define formatString        Rf_formatString
29
#define EncodeElement       Rf_EncodeElement
29
#define EncodeElement       Rf_EncodeElement
-
 
30
#define EncodeEnvironment   Rf_EncodeEnvironment
30
#define printArray          Rf_printArray
31
#define printArray          Rf_printArray
31
#define printMatrix         Rf_printMatrix
32
#define printMatrix         Rf_printMatrix
32
#define printNamedVector    Rf_printNamedVector
33
#define printNamedVector    Rf_printNamedVector
33
#define printVector         Rf_printVector
34
#define printVector         Rf_printVector
34
 
35
 
Line 52... Line 53...
52
void formatRaw(Rbyte *, int, int *);
53
void formatRaw(Rbyte *, int, int *);
53
void formatString(SEXP*, int, int*, int);
54
void formatString(SEXP*, int, int*, int);
54
 
55
 
55
/* Formating of values */
56
/* Formating of values */
56
const char *EncodeElement(SEXP, int, int, char);
57
const char *EncodeElement(SEXP, int, int, char);
-
 
58
const char *EncodeEnvironment(SEXP);
57
 
59
 
58
 
60
 
59
/* In Rinternals.h (and MUST be there):
61
/* In Rinternals.h (and MUST be there):
60
   CustomPrintValue,  PrintValue, PrintValueRec */
62
   CustomPrintValue,  PrintValue, PrintValueRec */
61
void printArray(SEXP, SEXP, int, int, SEXP);
63
void printArray(SEXP, SEXP, int, int, SEXP);