lib: move strcasecmp()
authorJan Beulich <jbeulich@suse.com>
Thu, 22 Apr 2021 12:51:08 +0000 (14:51 +0200)
committerJan Beulich <jbeulich@suse.com>
Thu, 22 Apr 2021 12:51:08 +0000 (14:51 +0200)
commit50ee4fb90a525c9b543cabe78a3df6d8588bba30
tree80ee201a1d5bf29ff59ecb5e2fd826611764b85b
parent1f9d9b0b3e72d93ce8dfb33b51a8e44f77321e99
lib: move strcasecmp()

Allow the function to be individually linkable, discardable, and
overridable.

Signed-off-by: Jan Beulich <jbeulich@suse.com>
Acked-by: Julien Grall <jgrall@amazon.com>
xen/common/string.c
xen/lib/Makefile
xen/lib/strcasecmp.c [new file with mode: 0644]