be set to null – French Translation – Keybot Dictionary
TTN Translation Network
TTN
TTN
Login
Deutsch
Français
Source Languages
Target Languages
Select
Select
Keybot
33
Results
32
Domains
tupiniers.com
Show text
Show cached source
Open source URL
rootp points to a variable which points to the root of the tree. If the tree is empty, then the variable that rootp points to should
be set to NULL
. If the item is found in the tree, then tsearch() returns a pointer to it.
Compare text pages
Compare HTM pages
Open source URL
Open target URL
Define
linuxcertif.com
as primary domain
tdestroy() supprime tout l'arbre pointé par root, libérant toutes les ressources allouées par la fonction tsearch(). Pour libérer les données de chaque noeud, la fonction free_node est invoquée. Le pointeur sur les données est passé en argument à cette fonction. Si aucune libération n'est nécessaire, free_node doit pointer vers une fonction ne faisant rien.