Untitled

Anonymous
c_cpp
05/15/2023 9:12 AM
144 B
22
Indexable
unsigned char half_limit = 150;

for (unsigned char i = 0; i < 2 * half_limit; ++i)
{
    // do something;
}
Editor is loading...