#pragma once typedef struct { int jour; int mois; int annee; } date;