aboutsummaryrefslogtreecommitdiffstats
path: root/src/string/str/strstarts.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/string/str/strstarts.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/string/str/strstarts.c b/src/string/str/strstarts.c
index e132b68..e562f63 100644
--- a/src/string/str/strstarts.c
+++ b/src/string/str/strstarts.c
@@ -29,6 +29,8 @@
* @param desired The desired beginning of the string.
* @return `string` if `string` begins with
* `desired`, `NULL` otherwise.
+ *
+ * @since Always.
*/
char* (strstarts)(const char* string, const char* desired)
{