Listing 2

int do_something (. . . .)

{

   .....
   .....

                    } /* for j  */

                } /* switch key  */

            call_a_function ();

        } /* for i  */

    } /* while TRUE  */

} /* do_something  */