strshuffle(3) 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.

AUTHOR

Lars Wirzenius ([email protected])