diff options
Diffstat (limited to 'src/string/str/strtok_r.c')
-rw-r--r-- | src/string/str/strtok_r.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/string/str/strtok_r.c b/src/string/str/strtok_r.c index 3005ac7..e29e11b 100644 --- a/src/string/str/strtok_r.c +++ b/src/string/str/strtok_r.c @@ -37,6 +37,8 @@ * `NULL` is returned the search as reached * the end of the string, and there therefore * are no more tokens. + * + * @since Always. */ char* strtok_r(char* restrict string, const char* restrict delimiters, char** restrict state) |