strshuffle
make the characters in a string be in random order
- Provided by: publib-dev (Version: 0.40-3build1)
- Source: publib
- Report a bug
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.
Lars Wirzenius (lars.wirzenius@helsinki.fi)