diff options
Diffstat (limited to 'src/string/mem/memcmp.c')
-rw-r--r-- | src/string/mem/memcmp.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/string/mem/memcmp.c b/src/string/mem/memcmp.c index 112cdd1..1de506d 100644 --- a/src/string/mem/memcmp.c +++ b/src/string/mem/memcmp.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 memcmp(const void* a, const void* b, size_t size) { |