diff options
Diffstat (limited to 'src/string/str/strsep.c')
-rw-r--r-- | src/string/str/strsep.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/string/str/strsep.c b/src/string/str/strsep.c index 9fa0cff..c51e47f 100644 --- a/src/string/str/strsep.c +++ b/src/string/str/strsep.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* strsep(char** restrict string, const char* restrict delimiters) { |