library(RGCCTranslationUnit)
p = parseTU("msa.c.tu", language = "C")
defs = getDataStructures(p, "msa")
msa = resolveType(defs$MSA, p)
sapply(generateStructSetAs(msa)$routines, function(x) cat(x@code, "\n"))
iface = generateStructInterface(msa)
names(iface)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.