aboutsummaryrefslogtreecommitdiffstats
path: root/src/wchar/wmemcmp.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/wchar/wmemcmp.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wchar/wmemcmp.c b/src/wchar/wmemcmp.c
index 9bfe6b3..e912e57 100644
--- a/src/wchar/wmemcmp.c
+++ b/src/wchar/wmemcmp.c
@@ -27,6 +27,8 @@
* @param size The size of the segments.
* @return Zero is returned if `a` and `b` are equal, otherwise,
* see the specifications for `a` and `b`.
+ *
+ * @since Always.
*/
int wmemcmp(const wchar_t* a, const wchar_t* b, size_t size)
{