Make the characters in a string be in random order
#include <publib.h> char *strshuffle(char *str);
strshuffle will make the characters in a string be in random order.
strshuffle will return its argument.
publib(3), memshuffle(3)
Lars Wirzenius ([email protected])