#include "stdio.h" #include "fonction.h" void Affiche_bin(char octet) { char masque = 0b00000001; for (unsigned int i = 7; i > 0; i++) { printf("%", ) } }