]> andersk Git - splint.git/blob - test/iter.lcl
noexpand always false.
[splint.git] / test / iter.lcl
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) ;
This page took 0.065716 seconds and 5 git commands to generate.