aboutsummaryrefslogtreecommitdiffstats
path: root/src/string/strn/strncasecmp.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/string/strn/strncasecmp.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/string/strn/strncasecmp.c b/src/string/strn/strncasecmp.c
index 919ff36..da9a1ba 100644
--- a/src/string/strn/strncasecmp.c
+++ b/src/string/strn/strncasecmp.c
@@ -25,6 +25,8 @@
* Be aware, only ASCII characters are case insensitive, non-ASCII
* characters are case sensitive.
*
+ * @etymology (Str)ing-function: (n)-bytes, (case) insensitive (c)o(mp)arison.
+ *
* @param a A negative value is returned if this is the lesser.
* @param b A positive value is returned if this is the lesser.
* @param length The maximum number of characters to compare.