typedef struct terror_struct { int code; char msg[64]; } terror; int main() { terror e = (terror){0,""}; return 0; }