The R Project SVN R

Rev

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

Rev 44195 Rev 51836
Line 25... Line 25...
25
 
25
 
26
#ifndef RINTERFACE_H_
26
#ifndef RINTERFACE_H_
27
#define RINTERFACE_H_
27
#define RINTERFACE_H_
28
 
28
 
29
#ifdef __cplusplus
29
#ifdef __cplusplus
-
 
30
#include <cstdio>
30
extern "C" {
31
extern "C" {
-
 
32
#else
-
 
33
#include <stdio.h>
31
#endif
34
#endif
32
 
35
 
33
#include <R_ext/Boolean.h>
36
#include <R_ext/Boolean.h>
34
#include <R_ext/RStartup.h>
37
#include <R_ext/RStartup.h>
35
 
38
 
Line 67... Line 70...
67
 
70
 
68
void process_site_Renviron(void);
71
void process_site_Renviron(void);
69
void process_system_Renviron(void);
72
void process_system_Renviron(void);
70
void process_user_Renviron(void);
73
void process_user_Renviron(void);
71
 
74
 
72
#include <stdio.h>
-
 
73
extern FILE * R_Consolefile;
75
extern FILE * R_Consolefile;
74
extern FILE * R_Outputfile;
76
extern FILE * R_Outputfile;
75
 
77
 
76
 
78
 
77
/* in sys-unix.c */
79
/* in sys-unix.c */