j
k
j a
j l
while (*p++ != 0x4D && p < pend);
It is best to add a continue to the above.
I remember one loop that ended up looking like:
while (...) do { ... } while (...);
David
Back to the thread
Back to the list