Реализовал последовательный ввод снова...
This commit is contained in:
parent
7183b421ad
commit
3d96d83986
2 changed files with 7 additions and 2 deletions
|
@ -7,6 +7,7 @@ points getPoints(void) {
|
|||
|
||||
if (scanf("%d", &fileOrRandom) < 1) {
|
||||
printf("Enter error!\n");
|
||||
printf("Debug: fileOrRandom = %d\n", fileOrRandom);
|
||||
return (points){NULL, 0};
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue