#include #include #include "compte_bits.h" int main(int argc, char *argv[]) { if (argc > 1) printf("%d\n", compte_bits(strtol(argv[1], NULL, 10))); return EXIT_SUCCESS; }