debian man page for strshuffle

Query: strshuffle

OS: debian

Section: 3pub

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

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
strcstr(3pub) - debian
strltrim(3pub) - debian
strmaxcpy(3pub) - debian
xrealloc(3pub) - debian
xstrdup(3pub) - debian
Similar Topics in the Unix Linux Community
awk or sed - Convert 2 lines to 1 line
Detecting unused variables...
Weird 'find' results
A (ksh) Library For and From UNIX.com
How to copy a column of multiple files and paste into new excel file (next to column)?