Compare commits
No commits in common. "a925ca1678d9ad620579afb6292019ad3d424d6c" and "2b162f532ffa61e9990bd24eb69de9a4a0936b3e" have entirely different histories.
a925ca1678
...
2b162f532f
|
@ -1,4 +1,5 @@
|
|||
#include "llist.h"
|
||||
#include <asm-generic/errno.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
|
|
2
src/ui.c
2
src/ui.c
|
@ -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");
|
||||
|
|
Loading…
Reference in New Issue