18
Fermer
20
PpHd
Le 17/03/2009 à 23:28
Voici le même genre qui renvoie ce qu'il prend en entrée
void (*identity(void (*h)(void (*)(void (*)(void*)))))(void (*)(void (*)(void *))) { return h; }
(Without any warnings of course !)