logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

strshuffle - make the characters in a string be in random order

Author

       Lars Wirzenius (lars.wirzenius@helsinki.fi)

Publib                                        C Programmer's Manual                             STRSHUFFLE(3pub)

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);

See Also