Compare commits

..

No commits in common. "a925ca1678d9ad620579afb6292019ad3d424d6c" and "2b162f532ffa61e9990bd24eb69de9a4a0936b3e" have entirely different histories.

2 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,5 @@
#include "llist.h"
#include <asm-generic/errno.h>
#include <stdlib.h>
#include <string.h>

View File

@ -36,7 +36,7 @@ int main(void) {
printf(" -4- Kalenderlink ausgeben\n");
printf(" -5- Faecher Importieren\n");
printf(" -6- Planer beenden\n");
printf(" Waehle die gewuenschte Option aus\n");
printf(" Wähle die gewünschte Option aus\n");
volatile int r = scanf("%d", &choice);
if (r != 1) {
printf("Falsche Eingabe\n");