The R Project SVN R

Rev

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

Rev 19500 Rev 33726
Line 2... Line 2...
2
#include <R.h>
2
#include <R.h>
3
#include <Rinternals.h>
3
#include <Rinternals.h>
4
#include <Rdefines.h>
4
#include <Rdefines.h>
5
 
5
 
6
#include "embeddedRCall.h"
6
#include "embeddedRCall.h"
-
 
7
#include "config.h"
7
#include "Defn.h"
8
#include "Defn.h"
8
 
9
 
9
int
10
int
10
eval_R_command(const char *funcName, int argc, char *argv[])
11
eval_R_command(const char *funcName, int argc, char *argv[])
11
{
12
{