Description Declaration See Also
SEXPREC_HEADER is a macro comprising the declaration of four objects:
struct sxpinfo_struct sxpinfo
struct SEXPREC *attrib
struct SEXPREC *gengc_next_node
struct SEXPREC *gengc_prev_node
SEXPREC_HEADER is used in the declaration of SEXPREC.
1 2 3 4 | #define SEXPREC_HEADER \
struct sxpinfo_struct sxpinfo; \
struct SEXPREC *attrib; \
struct SEXPREC *gengc_next_node, *gengc_prev_node;
|
In Rinternals.h.
SEXPREC, sxpinfo_struct
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.