From b3a3afeb999bd741b070269de53934fa445941b0 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Tue, 17 Nov 2015 03:33:44 +0100 Subject: strcasecmp, strncasecmp, strcasecmp_l, and strncasecmp_l are implemented in src/string/ rather than src/strings/ MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- src/strings/README | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 src/strings/README 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/. + -- cgit v1.2.3-70-g09d2