#include #include #include #include struct NormalStruct { int a; char* b; } typedef struct { int a; int b; char* c; long long d; } TypedStruct;