![]() -> Click here to learn how to get live help <- |
STRFRYIndexNAMEstrfry - randomize a stringSYNOPSIS#include <string.h> char *strfry(char *string); DESCRIPTIONThe fBstrfry()fP function randomizes the contents of fIstringfP by using fBrandfP(3) to randomly swap characters in the string. The result is an anagram of fIstringfP.RETURN VALUEThe fBstrfry()fP functions returns a pointer to the randomized string.CONFORMING TOThe fBstrfry()fP function is unique to the Linux C Library and GNU C Library.SEE ALSOmemfrob(3)
Index |