Update 'P06_Personen_Verwaltung_Linked_List/work/personen-verwaltung/src/read.c'
This commit is contained in:
parent
762a5aa2bf
commit
070f69d499
|
@ -18,6 +18,7 @@ int getInt(int maxResult) {
|
|||
char buffer[BUFFERSIZE] = {0};
|
||||
int result = 0;
|
||||
|
||||
|
||||
// read line: up to EOL or EOF (i.e. error while reading)
|
||||
int bytes = 0;
|
||||
int input = getchar();
|
||||
|
|
Loading…
Reference in New Issue