struct user{ char account[20]; char password[20]; struct user *next; };