diff options
author | biouman <biouman> | 2001-05-01 09:48:02 +0000 |
---|---|---|
committer | biouman <biouman> | 2001-05-01 09:48:02 +0000 |
commit | 6b8f02426a4dd9358c7b35d34268db358fd113c3 (patch) | |
tree | b1f2af48fa2c6563ee7f3beef4163a0ff56232ef /src | |
parent | 9636d6739ebf330ef3fcc41ae838068e600c140b (diff) |
*** empty log message ***
Diffstat (limited to 'src')
-rw-r--r-- | src/Polynom.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Polynom.c b/src/Polynom.c index e6dbfb6..2db428f 100644 --- a/src/Polynom.c +++ b/src/Polynom.c @@ -45,6 +45,7 @@ int main(void) parse_line("soja^3;"); //parse_line("quake4@%*)+vo;i"); //fprintf(stderr, "soja"); + AfficheTableau(variables); printf("Resultat: %s\n", affichage_level_1()); return 0; |