Hi Quentin, > + for (; *text && (*text == ' ' || *text == '\t'); ++text) > + ;
Sweet and simple. The first *text check does seem unnecessary as it's covered by the second part.
Sijmen
Hi Quentin, > + for (; *text && (*text == ' ' || *text == '\t'); ++text) > + ;
Sweet and simple. The first *text check does seem unnecessary as it's covered by the second part.
Sijmen