Added function

This commit is contained in:
Abreu 2021-09-11 09:39:52 -03:00
parent 82a9cb29bf
commit 893de2c1dc
No known key found for this signature in database
GPG Key ID: 64835466FF55F7E1
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ int main () {
for (i = 0; i < n; i++) {
printf("\nDigite os valores de volume e concentração para ambos o barris do %dº par, respectivamente: ", i);
switch (funcaoRetorna()) {
switch (balancear()) {
case EOF:
printf("Valores inválidos\n");
return 1;