Home | Info | Community | Development | myReactOS | Contact Us
Definition at line 126 of file spec2def.c.
Referenced by ParseFile(), and SmpParseToken().
{ int length = 0; while (!IsSeparator(*pc++)) length++; return length; }