I am not asking what it will do, that is a simple experimnt that I can do myself. Does anyone have specific knowledge of whether the following for loop where WFLcnt is an unsigned char is specified in the ANSI C standard to run 0 or 256 times.
for ( WFLcnt = 0 ; WFLcnt !=0 ; WFLcnt++) { ..... }
Sorry about the formatting. Preview looked okay. But post-preview, all the paragraph breaks would get removed. I had a bad feeling it would come out like that, despite the preview, but I posted anyway.