The R Project SVN R

Rev

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

Rev 38842 Rev 38854
Line 1... Line 1...
1
#include <Rinternals.h>
1
#include <Rinternals.h>
2
extern int Rf_initEmbeddedR(int argc, char *argv[]);
2
#include <Rembedded.h>
3
 
3
 
4
int 
4
int 
5
main(int argc, char *argv[])
5
main(int argc, char *argv[])
6
{
6
{
7
    SEXP e, val;
7
    SEXP e, val;