Changes between Version 22 and Version 23 of ResumedC


Ignore:
Timestamp:
May 22, 2009, 2:20:39 AM (16 years ago)
Author:
Thanatermesis
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ResumedC

    v22 v23  
    358358{{{
    359359#!C
    360 while ((*array_p) != 0)
    361    ++array__p;
     360do
     361   ++array__p
     362while ((*array_p) != 0);
    362363}}}
    363364