angestellter.h

This commit is contained in:
Luca Conte 2025-03-18 23:07:33 +01:00
parent 41d194674a
commit 0b9aea5f1f
1 changed files with 6 additions and 0 deletions

6
a5.2/angestellter.h Normal file
View File

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