• [^] # Re: unsigned short

    Posté par . En réponse au message Type pour un chiffre. Évalué à 0.

    je crois que %d correspond a la valeur signee...

    for (unsigned char i = 0 ; i < 255 ; i++) {

    printf("%u", i) ;

    }