typedef struct Customer{ char *ID, *forename, *surname, *password; float balance;}customer_t;
typedef struct Customer{
char *ID, *forename, *surname, *password;
float balance;
}customer_t;