#ifndef TYPES_FONCTIONS #define TYPES_FONCTIONS typedef void (*detruire_element)(void *) ; typedef int (*comparer)(void *, void *) ; #endif