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