The R Project SVN R

Rev

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

Rev 4711 Rev 4732
Line 49... Line 49...
49
 
49
 
50
/* In Defn.h (and MUST be there):
50
/* In Defn.h (and MUST be there):
51
   CustomPrintValue,  PrintValue, PrintValueRec */
51
   CustomPrintValue,  PrintValue, PrintValueRec */
52
void printArray(SEXP, SEXP, int, SEXP);
52
void printArray(SEXP, SEXP, int, SEXP);
53
void printMatrix(SEXP, int, SEXP, int, int, SEXP, SEXP, char*, char*);
53
void printMatrix(SEXP, int, SEXP, int, int, SEXP, SEXP, char*, char*);
54
void printNamedVector(SEXP, SEXP, int);
54
void printNamedVector(SEXP, SEXP, int, char*);
55
void printVector(SEXP, int, int);
55
void printVector(SEXP, int, int);
56
/* Offset for rowlabels if there are named dimnames */
56
/* Offset for rowlabels if there are named dimnames */
57
#define MIN_LBLOFF 2
57
#define MIN_LBLOFF 2
58
 
58
 
59
#endif
59
#endif