• C structures, methods, in-line code snippets, and types are shown in orange, Lucida Console font.
• Parameters, filenames, tools, utilities, and directories are shown in Bold font.
• Document titles and variable values are shown in italics.
• When initially introduced, concepts are shown in Bold, Italics.
• Longer code examples (one or more lines of code) are show in Lucida Console font against an orange background. Comments in the code are in green font. For example:
/* decode contents into the filter list structure */
if ((retVal = rsslDecodeFilterList(&decIter, &filterList)) >= RSSL_RET_SUCCESS)
{
/* create single filter entry and reuse while decoding each entry */