Home | Info | Community | Development | myReactOS | Contact Us
Definition at line 16 of file Group.c.
Referenced by ext2_bg_has_super().
{ if (a == 0) return 1; while (1) { if (a == 1) return 1; if (a % b) return 0; a = a / b; } }