From f6c9d505beca80711ce1b5aea2e29675a6a8d007 Mon Sep 17 00:00:00 2001 From: ak643du Date: Mon, 4 Mar 2024 16:50:58 +0100 Subject: [PATCH] Initialization --- cv3/program.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cv3/program.c b/cv3/program.c index 78e4ead..791742d 100644 --- a/cv3/program.c +++ b/cv3/program.c @@ -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; }