struct joe { float x; }; typedef struct joe JOE; struct shoes { char foo; char* color; char* width; short int number; float size; float price; char* brand; char* model; char* type; JOE x; }; typedef struct shoes MYSH; void setsize(shoes*);