Home | Info | Community | Development | myReactOS | Contact Us
[static]
Definition at line 292 of file psobjs.c.
Referenced by skip_spaces().
{ FT_Byte* cur = *acur; while ( cur < limit ) { if ( IS_PS_NEWLINE( *cur ) ) break; cur++; } *acur = cur; }