28.6.2
This commit is contained in:
parent
dc67ce69c4
commit
1ab4aac4ca
27
doppsort.c
27
doppsort.c
@ -1,30 +1,3 @@
|
||||
/*#include <stdio.h>
|
||||
#include <string.h>
|
||||
|
||||
struct Node{
|
||||
char *name;
|
||||
unsigned nummer;
|
||||
struct Node* next;
|
||||
};
|
||||
|
||||
|
||||
int main(){
|
||||
char auswahl;
|
||||
char test[100];
|
||||
|
||||
scanf("%[^\n]", &test[0]);
|
||||
|
||||
|
||||
printf("Namens- und Telefonliste\n");
|
||||
printf("========================\n");
|
||||
printf("N\tEinfuegen neuer Namen mit Telefonnummer\n");
|
||||
printf("A\tAusgeben der Liste\n");
|
||||
printf("E\tEnde\n");
|
||||
printf("Deine Wahl:");
|
||||
auswahl = getchar();
|
||||
}*/
|
||||
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
Loading…
x
Reference in New Issue
Block a user