Yûki - Update Insert and rename rechercher fct

This commit is contained in:
name 2019-12-13 00:26:12 +01:00
parent 5e43344955
commit 959f1b5938
No known key found for this signature in database
GPG key ID: 03E8F3CF3183323A
5 changed files with 58 additions and 38 deletions

View file

@ -21,5 +21,5 @@ bool est_arbre_vide(arbre a);
arbre creer_feuille(Elt e, int p) ;
bool est_feuille(arbre a) ;
char *arbre_rechercher(arbre a, char c, char*s);
#endif