18Fermer20
PpHdLe 17/03/2009 à 23:28
Voici le même genre qui renvoie ce qu'il prend en entrée smile
void (*identity(void (*h)(void (*)(void (*)(void*)))))(void (*)(void (*)(void *)))
{
  return h;
}

(Without any warnings of course !)