Programming Tools Guide
Chapter 3, C language compiler

Compound statement

Compound statement

   {
   	declaration-listopt
   	statement-listopt
   }