lib: move strlen()
authorJan Beulich <jbeulich@suse.com>
Thu, 22 Apr 2021 12:48:01 +0000 (14:48 +0200)
committerJan Beulich <jbeulich@suse.com>
Thu, 22 Apr 2021 12:48:01 +0000 (14:48 +0200)
commit9d0c024c2fa9f5e0224edf26febf27feaa757827
treefebbecaf9c33e8a18c9f33bb466a179f490af31f
parent47cb18e069695f889577fc3651227541820f502b
lib: move strlen()

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