aboutsummaryrefslogtreecommitdiffstats
path: root/src/string/str/strtok.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/string/str/strtok.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/string/str/strtok.c b/src/string/str/strtok.c
index b1b56b9..a856967 100644
--- a/src/string/str/strtok.c
+++ b/src/string/str/strtok.c
@@ -33,6 +33,8 @@
* `NULL` is returned the search as reached
* the end of the string, and there therefore
* are no more tokens.
+ *
+ * @since Always.
*/
char* strtok(char* restrict string, const char* restrict delimiters)
{