strshuffle(3pub) debian man page | unix.com

Man Page: strshuffle

Operating Environment: debian

Section: 3pub

STRSHUFFLE(3pub)					       C Programmer's Manual						  STRSHUFFLE(3pub)

NAME
strshuffle - make the characters in a string be in random order
SYNOPSIS
#include <publib.h> char *strshuffle(char *str);
DESCRIPTION
strshuffle will make the characters in a string be in random order.
RETURN VALUE
strshuffle will return its argument.
SEE ALSO
publib(3), memshuffle(3)
AUTHOR
Lars Wirzenius (lars.wirzenius@helsinki.fi) Publib C Programmer's Manual STRSHUFFLE(3pub)
Related Man Pages
fnpathfind(3pub) - debian
memdup(3pub) - debian
stracat(3pub) - debian
strcstr(3pub) - debian
xmemdup(3pub) - debian
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
awk or sed - Convert 2 lines to 1 line
Introduction
Detecting unused variables...
Weird 'find' results