fix X and reduced form

This commit is contained in:
hugogogo
2026-06-05 12:14:21 +02:00
parent 3732c0b777
commit 1962b87895
7 changed files with 274 additions and 203 deletions

View File

@@ -101,7 +101,7 @@ typedef struct
int exponent;
} s_term;
void parse(s_token *tokens, s_term *terms, int terms_count_max);
void parse(s_token *tokens, s_term *terms);
/** * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* REDUCE.C