struct t_adresse /* exemple à DECONSEILLER, car on n'utilise pas typedef */
{
    short int numero ;
    char rue[30] ;
    long int code_postal ;
    char ville[20] ;
} ; /* aucun nom ici (il est défini plus haut) */
