The R Project SVN R

Rev

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

Rev 14948 Rev 19500
Line 1... Line 1...
1
#include "Rinternals.h"
1
#include <Rinternals.h>
2
 
2
 
3
static void doCtestExample();
3
static void doCtestExample();
4
static void doMVAExample();
4
static void doMVAExample();
5
extern int Rf_initEmbeddedR(int argc, char *argv[]);
5
extern int Rf_initEmbeddedR(int argc, char *argv[]);
6
 
6