diff options
Diffstat (limited to 'src/string/strfry.c')
-rw-r--r-- | src/string/strfry.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/string/strfry.c b/src/string/strfry.c index da6d0ac..ac8ef13 100644 --- a/src/string/strfry.c +++ b/src/string/strfry.c @@ -30,6 +30,8 @@ * * @param anagram An anagram of the output, will be modified. * @retrun The string, which will `== anagram`. + * + * @since Always. */ char* strfry(char* anagram) { |