MED fichier

◆ MIN

#define MIN (   a,
 
)    ((a) > (b) ? (b) : (a))

Définition à la ligne 24 du fichier med_outils.h.