diff options
Diffstat (limited to 'src/string/str/strends.c')
-rw-r--r-- | src/string/str/strends.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/string/str/strends.c b/src/string/str/strends.c index 957301c..43dd562 100644 --- a/src/string/str/strends.c +++ b/src/string/str/strends.c @@ -29,6 +29,8 @@ * @param desired The desired ending of the string. * @return The `string`, where `desired` beings if * `string` ends with `desired`, `NULL` otherwise. + * + * @since Always. */ char* (strends)(const char* string, const char* desired) { |