You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
354 B
14 lines
354 B
typedef struct Customer{
|
|
<<<<<<< HEAD
|
|
<<<<<<< HEAD
|
|
int ID;
|
|
char *forename,*surname,*password;
|
|
=======
|
|
char *ID, *forename, *surname, *password;
|
|
>>>>>>> 3e7a7d3 (Implementation of functions LoginAsCustomer() and Login())
|
|
=======
|
|
int ID;
|
|
char *forename,*surname,*password;
|
|
>>>>>>> 4d810f5640d89a86c1f2feef3ab19118518ad49f
|
|
float balance;
|
|
}customer_t;
|