aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2015-11-17 03:33:44 +0100
committerMattias Andrée <maandree@operamail.com>2015-11-17 03:34:10 +0100
commitb3a3afeb999bd741b070269de53934fa445941b0 (patch)
tree9e4a61c3a77385de8039990bd8d502e72f8f50b7
parentmove strerror*.c to new dir: strerror/ (diff)
downloadslibc-b3a3afeb999bd741b070269de53934fa445941b0.tar.gz
slibc-b3a3afeb999bd741b070269de53934fa445941b0.tar.bz2
slibc-b3a3afeb999bd741b070269de53934fa445941b0.tar.xz
strcasecmp, strncasecmp, strcasecmp_l, and strncasecmp_l are implemented in src/string/ rather than src/strings/
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to '')
-rw-r--r--src/strings/README3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/strings/README b/src/strings/README
new file mode 100644
index 0000000..ee534fc
--- /dev/null
+++ b/src/strings/README
@@ -0,0 +1,3 @@
+Looking for the implementation of strcasecmp, strncasecmp,
+strcasecmp_l, or strncasecmp_l? Go to, ../string/.
+