The R Project SVN R

Rev

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

Rev 62638 Rev 62883
Line 1124... Line 1124...
1124
 
1124
 
1125
int	Rstrlen(SEXP, int);
1125
int	Rstrlen(SEXP, int);
1126
const char *EncodeRaw(Rbyte);
1126
const char *EncodeRaw(Rbyte);
1127
const char *EncodeString(SEXP, int, int, Rprt_adj);
1127
const char *EncodeString(SEXP, int, int, Rprt_adj);
1128
const char *EncodeReal2(double, int, int, int);
1128
const char *EncodeReal2(double, int, int, int);
-
 
1129
const char *EncodeChar(SEXP);
1129
 
1130
 
1130
 
1131
 
1131
/* main/sort.c */
1132
/* main/sort.c */
1132
void orderVector1(int *indx, int n, SEXP key, Rboolean nalast,
1133
void orderVector1(int *indx, int n, SEXP key, Rboolean nalast,
1133
		  Rboolean decreasing, SEXP rho);
1134
		  Rboolean decreasing, SEXP rho);