#pragma once typedef struct { char *nom; int numeroMaillot; char* licence; } joueur;