12 #define L_USER_LOGIN 11
13 #define L_USER_PASSWORD 9
14 #define L_USER_NAME 26
15 #define L_USER_SURNAME 21
16 #define L_ITEM_NAME 65
17 #define L_ITEM_DESCRIPTION 257
21 char login[L_USER_LOGIN];
22 char password[L_USER_PASSWORD];
23 char name[L_USER_NAME];
24 char surname[L_USER_SURNAME];
26 int favoriteSellers[MAX_USERS-1];
31 char name[L_ITEM_NAME];
32 char description[L_ITEM_DESCRIPTION];
36 int likeRatings[MAX_USERS];
38 int dealRatings[MAX_USERS];
40 int soldRatings[MAX_USERS];