strshuffle - make the characters in a string be in random order
Contents
Description
strshuffle will make the characters in a string be in random order.
Name
strshuffle - make the characters in a string be in random order
Return Value
strshuffle will return its argument.
See Also
publib(3), memshuffle(3)
Synopsis
#include <publib.h>
char *strshuffle(char *str);
