]> andersk Git - splint.git/blame - test/iter.lcl
Update configure and makefile to aclocal/automake 1.10.1 and autoconf 2.61.
[splint.git] / test / iter.lcl
CommitLineData
885824d3 1iter intFor (int from, int to, int by, yield int x) ;
2
3iter noYield (int from, int to) ; /* 1 <spec>. no yield param, 9, 10. noYield, end_noYield not defined */
4
5iter arrayElements (int from, int to, int *a, yield int x) ;
This page took 0.129611 seconds and 5 git commands to generate.