typedef struct tagTelBuchEintrag { char *name; char *telNummer; struct tagTelBuchEintrag *nextEintrag; } TelBuchEintrag, *PTelBuchEintrag;