Initialization

This commit is contained in:
Kozar 2024-03-04 16:50:58 +01:00
parent 3a438d64d1
commit f6c9d505be

View File

@ -21,7 +21,7 @@ int main() {
length = count;
for (int y = 0; y < length; y++ ){
if ( isInteger(coefs[y]) == 0){
if ( isdigit(coefs[y]) == 0){
printf("Nepodarilo sa nacitat polynom na %d mieste.", y);
break;
}