#ifndef INCLUDEB_H #define INCLUDEB_H typedef struct s_b { int b; } B; #endif