Путеводитель по Руководству Linux

  User  |  Syst  |  Libr  |  Device  |  Files  |  Other  |  Admin  |  Head  |



   strfry    ( 3 )

рандомизировать строку (randomize a string)

Имя (Name)

strfry - randomize a string

Синопсис (Synopsis)

#define _GNU_SOURCE         /* See feature_test_macros(7) */
       #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).

┌──────────────────────────────────────┬───────────────┬─────────┐ │Interface Attribute Value │ ├──────────────────────────────────────┼───────────────┼─────────┤ │strfry() │ Thread safety │ MT-Safe │ └──────────────────────────────────────┴───────────────┴─────────┘


Стандарты (Conforming to)

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

Смотри также (See also)

memfrob(3), string(3)