sorry, forgot to mention.

krui_getVersion returns char *

SEXP snns_getVersion(void)
{SEXP version;
 char *v;
  
  PROTECT(version=NEW_CHARACTER(15));
  v=CHARACTER_POINTER(version);
  strcpy(v,krui_getVersion());
  UNPROTECT(1);
  return version;
}


-- 
View this message in context: 
http://www.nabble.com/is-it-necessary-to-always-register-C-routines-with-R_registerRoutines--tf3063486.html#a8520292
Sent from the R devel mailing list archive at Nabble.com.

______________________________________________
R-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel

Reply via email to