The R Project SVN R

Rev

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

Rev 31569 Rev 34294
Line 53... Line 53...
53
void formatRaw(Rbyte *, int, int *);
53
void formatRaw(Rbyte *, int, int *);
54
void formatString(SEXP*, int, int*, int);
54
void formatString(SEXP*, int, int*, int);
55
 
55
 
56
/* Formating of values */
56
/* Formating of values */
57
char *EncodeFactor(int, int, int, SEXP);
57
char *EncodeFactor(int, int, int, SEXP);
58
char *EncodeElement(SEXP, int, int);
58
char *EncodeElement(SEXP, int, int, char);
59
 
59
 
60
/* Printing */
60
/* Printing */
61
void MatrixColumnLabel(SEXP, int, int);
61
void MatrixColumnLabel(SEXP, int, int);
62
void RightMatrixColumnLabel(SEXP, int, int);
62
void RightMatrixColumnLabel(SEXP, int, int);
63
void LeftMatrixColumnLabel(SEXP, int, int);
63
void LeftMatrixColumnLabel(SEXP, int, int);