Skip to content
Prev 363081 / 398503 Next

What is "args" in this function?

Unfortunately for you, this email list is about R (not C), and while the Posting Guide indicates that questions discussing how to interface with C belong in R-devel, that is not a forum for learning C.

On the plus side,  the data types and macros you are asking questions about are highly specific to the implementation of R, so if you spend some time filling in your gaps in C on your own or in another forum, you ought be able to get answers to your questions on R-devel.

FWIW the R code you show does not appear (to me) to be what calls the C code you show... at least not directly. There should be a much more straightforward correspondence between the caller and callee than you imply here.