__typeof__(var) == type

Pàgina inicial

Reply to this message
Autor: Xavier Bestel
Data:  
A: guilde
Assumpte: __typeof__(var) == type
Hello,

en C, je voudrais faire une macro check_type(type, var) qui vérifierait
qu'une variable est bien d'un certain type. Seulement, je sèche: on ne
peut pas écrire:

#define check_type(type, var) (__typeof__(var) == type)

Quelqu'un a une idée pour faire ça ?

Merci,
    Xav