The R Project SVN R

Rev

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

Rev 2467 Rev 4619
Line 21... Line 21...
21
#define PRINT_H_
21
#define PRINT_H_
22
 
22
 
23
#include "PrtUtil.h"
23
#include "PrtUtil.h"
24
#include "Defn.h"
24
#include "Defn.h"
25
 
25
 
-
 
26
typedef struct {
-
 
27
    int width;
-
 
28
    int na_width;
-
 
29
    int digits;
-
 
30
    int gap;
-
 
31
    int quote;
-
 
32
    int right;
-
 
33
    SEXP na_string;
-
 
34
} R_print_par_t;
26
extern SEXP print_na_string;
35
extern R_print_par_t R_print;
27
 
36
 
28
/* Computation of printing formats */
37
/* Computation of printing formats */
29
void formatString(SEXP*, int, int*, int);
38
void formatString(SEXP*, int, int*, int);
30
 
39
 
31
/* Formating of values */
40
/* Formating of values */