home *** CD-ROM | disk | FTP | other *** search
/ The C Users' Group Library 1994 August / wc-cdrom-cusersgrouplibrary-1994-08.iso / listings / v_08_12 / 8n12092a < prev    next >
Text File  |  1990-10-09  |  297b  |  20 lines

  1. Listing 2
  2.  
  3.   int do_something (....)
  4.   
  5.   {   
  6.       .....
  7.       .....
  8.                       } /* for j */
  9.  
  10.                  } /* switch key */
  11.  
  12.                  call_a_function ();
  13.  
  14.             } /* for i */
  15.  
  16.        } /* while TRUE */
  17.                  
  18.   } /* do_something */
  19.  
  20.