struct joe { float x; char c; float y; long z; }; typedef struct joe JOE; // create a shoe structure // struct shoes { float size; char* width; char* brand; float price; char* model; char* type; char foo; char* color; short int number; JOE x; }; typedef struct shoes MYSH; void setsize(shoes*);