home *** CD-ROM | disk | FTP | other *** search
/ The C Users' Group Library 1994 August / wc-cdrom-cusersgrouplibrary-1994-08.iso / listings / v_10_04 / 1004110b < prev    next >
Text File  |  1992-02-10  |  140b  |  8 lines

  1.  
  2.        if (one > three)  
  3.            {
  4.            printf("Find maximum returning %d", one);
  5.            return one;          
  6.            }
  7.  
  8.