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