From 655f3b2663b9909656b896cf47ad949b4e9644a8 Mon Sep 17 00:00:00 2001 From: biouman Date: Tue, 1 May 2001 11:27:52 +0000 Subject: *** empty log message *** --- src/Polynom.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/Polynom.c b/src/Polynom.c index 2db428f..6121f7d 100644 --- a/src/Polynom.c +++ b/src/Polynom.c @@ -44,9 +44,11 @@ int main(void) parse_line("soja;"); parse_line("soja^3;"); //parse_line("quake4@%*)+vo;i"); - //fprintf(stderr, "soja"); - AfficheTableau(variables); printf("Resultat: %s\n", affichage_level_1()); + flush_pile(); + parse_line("0x52;"); + affichage_pile(); + AfficheTableau(variables); return 0; -- cgit v1.2.3