struct shoes { char* color; float size; char foo; short int number; char* width; float price; char* brand; char* model; char* type; }; typedef struct shoes MYSH; void myprint(FILE*, shoes);