The R Project SVN R

Rev

Rev 14948 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed

#include "embeddedRCall.h"

int
main(int argc, char *argv[])
{
    eval_R_command("print", argc, argv);
    return(0);
}