Query: strshuffle
OS: debian
Section: 3pub
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
STRSHUFFLE(3pub) C Programmer's Manual STRSHUFFLE(3pub)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) Publib C Programmer's Manual STRSHUFFLE(3pub)