basic struct for loop run

This commit is contained in:
hugogogo
2026-05-06 17:39:47 +02:00
parent 93647b56b5
commit 0046409c89
3 changed files with 18 additions and 2 deletions

View File

@@ -121,7 +121,7 @@ void print_state()
print_context_polynom();
}
int stop_errors(const char *description, ...)
void stop_errors(const char *description, ...)
{
// print context (if debug mode)
print_state();