diff options
author | Mattias Andrée <maandree@operamail.com> | 2015-11-17 03:33:44 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2015-11-17 03:34:10 +0100 |
commit | b3a3afeb999bd741b070269de53934fa445941b0 (patch) | |
tree | 9e4a61c3a77385de8039990bd8d502e72f8f50b7 /src/strings/README | |
parent | move strerror*.c to new dir: strerror/ (diff) | |
download | slibc-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 'src/strings/README')
-rw-r--r-- | src/strings/README | 3 |
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/. + |