1STRFRY(3)                  Linux Programmer's Manual                 STRFRY(3)
2
3
4

NAME

6       strfry - randomize a string
7

SYNOPSIS

9       #define _GNU_SOURCE         /* See feature_test_macros(7) */
10       #include <string.h>
11
12       char *strfry(char *string);
13

DESCRIPTION

15       The  strfry()  function  randomizes  the contents of string by randomly
16       swapping characters in the string.  The result is an anagram of string.
17

RETURN VALUE

19       The strfry() functions returns a pointer to the randomized string.
20

ATTRIBUTES

22       For an  explanation  of  the  terms  used  in  this  section,  see  at‐
23       tributes(7).
24
25       ┌────────────────────────────────────────────┬───────────────┬─────────┐
26Interface                                   Attribute     Value   
27       ├────────────────────────────────────────────┼───────────────┼─────────┤
28strfry()                                    │ Thread safety │ MT-Safe │
29       └────────────────────────────────────────────┴───────────────┴─────────┘
30

CONFORMING TO

32       The strfry() function is unique to the GNU C Library.
33

SEE ALSO

35       memfrob(3), string(3)
36

COLOPHON

38       This  page  is  part of release 5.12 of the Linux man-pages project.  A
39       description of the project, information about reporting bugs,  and  the
40       latest     version     of     this    page,    can    be    found    at
41       https://www.kernel.org/doc/man-pages/.
42
43
44
45GNU                               2021-03-22                         STRFRY(3)
Impressum