On Mon, Jan 28, 2013 at 11:08 AM, Alexey Samsonov <samsonov at google.com> wrote: > I think r173677 should help with this. It does. Thank you! Dmitri -- main(i,j){for(i=2;;i++){for(j=2;j<i;j++){if(!(i%j)){j=0;break;}}if (j){printf("%d\n",i);}}} /*Dmitri Gribenko <gribozavr at gmail.com>*/