|
NAMEstrshuffle - make the characters in a string be in random orderSYNOPSIS#include <publib.h> char *strshuffle(char *str); DESCRIPTIONstrshuffle will make the characters in a string be in random order.RETURN VALUEstrshuffle will return its argument.SEE ALSOpublib(3), memshuffle(3)AUTHORLars Wirzenius (lars.wirzenius@helsinki.fi)
Visit the GSP FreeBSD Man Page Interface. |