fait tourner les test de la gauche vers la droite

This commit is contained in:
Hugo LAMY
2019-04-18 10:53:55 +02:00
parent 2fa5aeafbe
commit 4ef58337d8
2 changed files with 1 additions and 1 deletions

BIN
.test_mask.c.swp Normal file

Binary file not shown.

View File

@@ -32,7 +32,7 @@ void compare(int initial, int compare)
print_bits(compare);
print_bits(initial & compare);
!(initial & compare) ? ft_putendl("&: fit") : ft_putendl("&: not fit");
compare <<= 1;
compare >>= 1;
}
print_bits(initial);
print_bits(compare);