Home | Info | Community | Development | myReactOS | Contact Us
[static]
Definition at line 524 of file parser.c.
Referenced by ParseCommandPart().
{ /* Just ignore the rest of the line */ while (CurChar && CurChar != _T('\n')) ParseChar(); return NULL; }