Linux |
CentOS 4.8 |
|
strfry(3) |
strfry − Créer une anagramme d’une chaîne. |
#include <string.h> char *strfry (char *string); |
La fonction strfry() crée une anagramme du contenu de la chaîne string en utilisant la fonction rand(3) pour échanger aléatoirement des caractères. |
La fonction strfry() renvoie un pointeur sur la chaîne modifiée. |
La fonction strfry() est spécifique à la bibliothèque C Linux et à la bibliothèque C GNU. |
memfrob(3) |
Christophe Blaess, 1997. |
strfry(3) |