]> andersk Git - splint.git/blame - test/iter.lcl
Pushed back constraintResolve.c to the previous version.
[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.069773 seconds and 5 git commands to generate.