tu = parseTU("trace.c.001t.tu")
routines = getRoutines(tu, "libtrace")
names(routines)
# Takes some time.
resolved.routines = resolveType(routines, tu)
generateInterface(tu, routines)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.