Home | Info | Community | Development | myReactOS | Contact Us
[static]
Definition at line 124 of file ungif.c.
Referenced by MakeMapObject().
{ register int i; for (i = 1; i <= 8; i++) if ((1 << i) >= n) break; return (i); }