mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-01 20:04:09 +03:00
Fix header comment
This commit is contained in:
parent
46746cbdb1
commit
fc6fc63a55
@ -1,4 +1,4 @@
|
||||
/* j/3/bex.c
|
||||
/* j/3/xeb.c
|
||||
**
|
||||
*/
|
||||
#include "all.h"
|
||||
@ -11,6 +11,10 @@
|
||||
{
|
||||
mpz_t a_mp;
|
||||
|
||||
if ( !_(u3a_is_cat(a)) || !_(u3a_is_dog(a))) {
|
||||
return u3m_bail(c3__fail);
|
||||
}
|
||||
|
||||
if ( __(u3a_is_dog(a)) ) {
|
||||
u3r_mp(a_mp, a);
|
||||
size_t log = mpz_sizeinbase(a_mp, 2);
|
||||
|
Loading…
Reference in New Issue
Block a user