C options for string.h subroutine performance
The operating system provides the ability to embed the string subroutines in the application program rather than using them from libc.a, saving call and return linkage time.
To embed the string subroutines, the source code of the application must
have the following statement prior to the use of the subroutine(s):
#include <string.h>