next up previous
Next: Node Up: Terminology and Conventions Previous: The CBZ class

Units

A C program is composed of one or more translation units. You can specify more than one .c file on the cbz command line. Each of these files is parsed into its own translation unit, and the entire program is represented as an STL list of such units (each of type unitNode* ). The list of units is available as the public static member CBZ::Program.



Adam C. Brown 2006-01-26