You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
intsaveData(Washer*washerList[]);
voidloadData(Washer*washerList[]); // 세탁기의 정보를 저장하고 불러오는 함수intsaveUserData(List*list);
voidloadUserData(List*list); // 사용자의 정보를 저장하고 불러오는 함수