Yûki - Update Insert and rename rechercher fct
This commit is contained in:
parent
5e43344955
commit
959f1b5938
5 changed files with 58 additions and 38 deletions
|
|
@ -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
|
||||
|
|
|
|||
Reference in a new issue