aboutsummaryrefslogtreecommitdiffstats
path: root/src/strings/bcmp.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/strings/bcmp.c')
-rw-r--r--src/strings/bcmp.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/strings/bcmp.c b/src/strings/bcmp.c
index 23e6126..73f98be 100644
--- a/src/strings/bcmp.c
+++ b/src/strings/bcmp.c
@@ -24,6 +24,8 @@
* This function is identical to `memcmp`.
*
* @etymology (B)uffer: (c)o(mp)are.
+ *
+ * @since Always.
*/
int bcmp(const void* a, const void* b, size_t size)
{