#define NAME_LEN 40
typedef struct {
char name[NAME_LEN+1];
int personalnummer;
float gehalt;
} angestellter;