System Grab Bag

View all man pages from Linux (or from all projects)

Name

strfry - randomize a string

Library

Standard C library ( libc ", " -lc )

Synopsis

"#define(7)_GNU_SOURCE" "         /* See feature_test_macros */" #include <string.h> 
char *strfry(char * string );

Description

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

Return Value

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

Attributes

For an explanation of the terms used in this section, see attributes(7). allbox; lbx lb lb T{ strfry()
InterfaceAttributeValue
T}Thread safetyMT-Safe

Standards

GNU.

See Also

  1. memfrob(3),
  2. string(3)