home *** CD-ROM | disk | FTP | other *** search
/ The C Users' Group Library 1994 August / wc-cdrom-cusersgrouplibrary-1994-08.iso / listings / v_08_04 / 8n04096a < prev    next >
Text File  |  1990-03-20  |  188b  |  14 lines

  1.  
  2.  
  3. ************************************************
  4. while (FOREVER) {
  5.    task1();
  6.    task2();
  7.    task3();
  8.    task4();
  9.    }
  10.  
  11. ******************LISTING 1*********************
  12.  
  13.  
  14.