home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / lclint.zip / lclint-2_3h-os2-bin.zip / test / iter.lcl < prev    next >
Text File  |  1997-09-03  |  222b  |  5 lines

  1. iter intFor (int from, int to, int by, yield int x) ;
  2.  
  3. iter noYield (int from, int to) ; /* 1 <spec>. no yield param, 9, 10. noYield, end_noYield not defined */
  4.  
  5. iter arrayElements (int from, int to, int *a, yield int x) ;