Penguin
Annotated edit history of strfry(3) version 1, including all changes. View license author blame.
Rev Author # Line
1 perry 1 STRFRY
2 !!!STRFRY
3 NAME
4 SYNOPSIS
5 DESCRIPTION
6 RETURN VALUE
7 CONFORMING TO
8 SEE ALSO
9 ----
10 !!NAME
11
12
13 strfry - randomize a string
14 !!SYNOPSIS
15
16
17 __#include
18 __''string''__);
19 __
20 !!DESCRIPTION
21
22
23 The __strfry()__ function randomizes the contents of
24 ''string'' by using rand(3) to randomly swap
25 characters in the string. The result is an anagram of
26 ''string''.
27 !!RETURN VALUE
28
29
30 The __strfry()__ functions returns a pointer to the
31 randomized string.
32 !!CONFORMING TO
33
34
35 The __strfry()__ function is unique to the Linux C
36 Library and GNU C Library.
37 !!SEE ALSO
38
39
40 memfrob(3)
41 ----
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.