CEnum[members] is a symbolic representation of an enum statement.
CError
(SymbolicC Package Symbol) CError[line] is a symbolic representation of a preprocessor error directive.
CFor
(SymbolicC Package Symbol) CFor[init, test, incr, body] is a symbolic representation of a for loop.
CGoto
(SymbolicC Package Symbol) CGoto[label] is a symbolic representation of a goto statement.
CInclude[header] is a symbolic representation of a preprocessor include statement.
CLabel
(SymbolicC Package Symbol) CLabel[label] is a symbolic representation of a label.
CLine
(SymbolicC Package Symbol) CLine[line] is a symbolic representation of a preprocessor line directive.
CMember[obj, mem] is a symbolic representation of access from a struct.
CParentheses[symb] adds parentheses around an expression.
CPragma[line] is a symbolic representation of a preprocessor pragma directive.