logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git 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