diff options
Diffstat (limited to 'src/wchar/wcswcs.c')
-rw-r--r-- | src/wchar/wcswcs.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wchar/wcswcs.c b/src/wchar/wcswcs.c index 339ec2f..91c1c49 100644 --- a/src/wchar/wcswcs.c +++ b/src/wchar/wcswcs.c @@ -21,6 +21,8 @@ /** * This function is identical to `wcsstr`. + * + * @since Always. */ wchar_t* (wcswcs)(const wchar_t* haystack, const wchar_t* needle) { |