The R Project SVN R

Rev

Rev 87381 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 87381 Rev 89100
Line 22... Line 22...
22
 
22
 
23
#ifndef PRINT_H_
23
#ifndef PRINT_H_
24
#define PRINT_H_
24
#define PRINT_H_
25
 
25
 
26
#include "Defn.h"
26
#include "Defn.h"
27
#include <R_ext/PrtUtil.h>
27
#include <PrtUtil.h>
28
#include <R_ext/Print.h>
28
#include <R_ext/Print.h>
29
 
29
 
30
#define formatRaw           Rf_formatRaw
30
#define formatRaw           Rf_formatRaw
31
#define formatString        Rf_formatString
31
#define formatString        Rf_formatString
32
#define formatRawS          Rf_formatRawS
32
#define formatRawS          Rf_formatRawS