Home | Info | Community | Development | myReactOS | Contact Us
Definition at line 85 of file pcfutil.c.
Referenced by PCF_Glyph_Load().
{ unsigned char c; for ( ; nbytes >= 4; nbytes -= 4, buf += 4 ) { c = buf[0]; buf[0] = buf[3]; buf[3] = c; c = buf[1]; buf[1] = buf[2]; buf[2] = c; } }