Les MANs Linux en français...
STRFRY
Section: Manuel du programmeur Linux (3)Updated: 9 Novembre 1996
Index Retour au Menu Principal
NOM
strfry - Créer une anagramme d'une chaîne.SYNOPSIS
#include <string.h> char *strfry (char *string);
DESCRIPTION
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.VALEUR RENVOYÉE
La fonction strfry() renvoie un pointeur sur la chaîne modifiée.CONFORMITÉ
La fonction strfry() est spécifique à la bibliothèque C Linux et à la bibliothèque C GNU.VOIR AUSSI
memfrob(3)TRADUCTION
Christophe Blaess, 1997.
Index
Time: 22:30:07 GMT, December 19, 2004