#include #include struct taille{ char a; char b; char c; }; typedef struct taille e; int main(void){ printf("%lu\n", sizeof(e)); }