Home | Info | Community | Development | myReactOS | Contact Us
[static]
Definition at line 483 of file xmltok.c.
{ while (*fromP != fromLim && *toP != toLim) *(*toP)++ = *(*fromP)++; }