| Line 63... |
Line 63... |
| 63 |
void printArray(SEXP, SEXP, int, int, SEXP);
|
63 |
void printArray(SEXP, SEXP, int, int, SEXP);
|
| 64 |
void printMatrix(SEXP, int, SEXP, int, int, SEXP, SEXP,
|
64 |
void printMatrix(SEXP, int, SEXP, int, int, SEXP, SEXP,
|
| 65 |
const char*, const char*);
|
65 |
const char*, const char*);
|
| 66 |
void printNamedVector(SEXP, SEXP, int, const char*);
|
66 |
void printNamedVector(SEXP, SEXP, int, const char*);
|
| 67 |
void printVector(SEXP, int, int);
|
67 |
void printVector(SEXP, int, int);
|
| - |
|
68 |
void PrintClosure(SEXP, Rboolean);
|
| - |
|
69 |
void PrintLanguage(SEXP, Rboolean);
|
| 68 |
|
70 |
|
| 69 |
/* Utilities for S compatibility and debuggging */
|
71 |
/* Utilities for S compatibility and debuggging */
|
| 70 |
int F77_SYMBOL(dblepr0)(const char *, int *, double *, int *);
|
72 |
int F77_SYMBOL(dblepr0)(const char *, int *, double *, int *);
|
| 71 |
int F77_SYMBOL(intpr0) (const char *, int *, int *, int *);
|
73 |
int F77_SYMBOL(intpr0) (const char *, int *, int *, int *);
|
| 72 |
int F77_SYMBOL(realpr0)(const char *, int *, float *, int *);
|
74 |
int F77_SYMBOL(realpr0)(const char *, int *, float *, int *);
|