From b05b13f4f74e253f844d168e057f3be5408d06f5 Mon Sep 17 00:00:00 2001 From: biouman Date: Tue, 1 May 2001 12:41:41 +0000 Subject: *** empty log message *** --- include/hash.h | 4 ++++ include/scalaires.h | 1 + 2 files changed, 5 insertions(+) (limited to 'include') diff --git a/include/hash.h b/include/hash.h index 4f40659..701b241 100644 --- a/include/hash.h +++ b/include/hash.h @@ -38,4 +38,8 @@ char SupprimerDansTab(_TableauVariable * t, char *Nom); /* Detruit le tableau */ void DetruitTab(_TableauVariable * t); +/* Affiche le tableau */ +void AfficheTableau(_TableauVariable t); + + #endif diff --git a/include/scalaires.h b/include/scalaires.h index fcd0b00..30e7f82 100644 --- a/include/scalaires.h +++ b/include/scalaires.h @@ -25,5 +25,6 @@ rationnel rat_soustraction(rationnel rat1, rationnel rat2); /* soustraction */ rationnel rat_moinsunaire(rationnel rat1); /* moins unaire */ rationnel rat_multiplication(rationnel rat1, rationnel rat2); /* multiplication */ rationnel rat_division(rationnel rat, rationnel rat2); /* division */ +char *rat_to_string(rationnel rat); #endif -- cgit v1.2.3