diff options
Diffstat (limited to 'src/wchar/wcssep.c')
-rw-r--r-- | src/wchar/wcssep.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wchar/wcssep.c b/src/wchar/wcssep.c index 9e3f285..e757411 100644 --- a/src/wchar/wcssep.c +++ b/src/wchar/wcssep.c @@ -35,6 +35,8 @@ * `NULL` is returned the search as reached * the end of the string, and there therefore * are no more tokens. + * + * @since Always. */ wchar_t* wcssep(wchar_t** restrict string, const wchar_t* restrict delimiters) { |