skyfry(3)

Nov 28, 2024 · 1 min read

skyfry(3) — ATProto Functions Manual

NAME

skyfry - randomize a skeet's content

SYNOPSIS

#include <atproto.h>

char **skyfry(skeet_t s);

DESCRIPTION

The skyfry() function randomizes the contents of the skeet by randomly swapping characters in all its strings, including any provided embed. The result is an anagram of skeet.

Excessive use of skyfry() may cause the user's skyline to be fried entirely.

RETURN VALUE

The skyfry() function returns a pointer to all randomized strings in order of appearance.

ATTRIBUTES

For an explanation of the terms used in this section, see attributes(7).

┌─────────────────────┬───────────────┬─────────┐
│ Interface           │ Attribute     │ Value   │
├─────────────────────┼───────────────┼─────────┤
│ skyfry()            │ Thread safety │ MT-Safe │
└─────────────────────┴───────────────┴─────────┘

STANDARDS

ATProto.

SEE ALSO

skyfrob(3), string(3)

ATProto man-pages 6.7
2024-11-28
skyfrob(3)