#include <stdio.h>
#include <stdlib.h>
#include <string.h>
struct element
{
int value;
struct element* next;
};
void append(struct element** struktur, int value)
{
}
int main(void)
{
char groesse[80];
char* eingabe = groesse;
printf("Eingabe:\n");
do
{
scanf("%s", eingabe);
if (strcmpi(eingabe, "x"))
{
}
} while (strcmpi(eingabe, "x"));
return 0;
}