The R Project SVN R

Rev

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

Rev 69887 Rev 70042
Line 21... Line 21...
21
 * the API so subject to change without notice. */
21
 * the API so subject to change without notice. */
22
 
22
 
23
#ifndef REMBEDDED_H_
23
#ifndef REMBEDDED_H_
24
#define REMBEDDED_H_
24
#define REMBEDDED_H_
25
 
25
 
-
 
26
#include <R_ext/Boolean.h>
-
 
27
 
26
#ifdef __cplusplus
28
#ifdef __cplusplus
27
extern "C" {
29
extern "C" {
28
#endif
30
#endif
29
 
31
 
30
#include <R_ext/Boolean.h>
-
 
31
 
-
 
32
extern int Rf_initEmbeddedR(int argc, char *argv[]);
32
extern int Rf_initEmbeddedR(int argc, char *argv[]);
33
extern void Rf_endEmbeddedR(int fatal);
33
extern void Rf_endEmbeddedR(int fatal);
34
 
34
 
35
/* From here on down can be helpful in writing tailored startup and
35
/* From here on down can be helpful in writing tailored startup and
36
   termination code */
36
   termination code */