lib: move strrchr()
authorJan Beulich <jbeulich@suse.com>
Thu, 22 Apr 2021 12:50:44 +0000 (14:50 +0200)
committerJan Beulich <jbeulich@suse.com>
Thu, 22 Apr 2021 12:50:44 +0000 (14:50 +0200)
commita50eb38545319dd52ba891dc47a8d0b478823d90
tree6f0d72c01d36c24b14e08288d4552a7f216d1595
parent7095953455001bb2d95792bb0b9c822e479b1c57
lib: move strrchr()

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/strrchr.c [new file with mode: 0644]