The R Project SVN R

Rev

Rev 14948 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 14948 Rev 38673
Line 1... Line 1...
1
#include "embeddedRCall.h"
1
#include "embeddedRCall.h"
2
 
2
 
3
int
3
int
4
main(int argc, char *argv[])
4
main(int argc, char *argv[])
5
{
5
{
6
  eval_R_command("print", argc, argv);
6
    eval_R_command("print", argc, argv);
7
  return(0);
7
    return(0);
8
}
8
}
9
 
-