Library functions as intrinsic functions
In this section:
Certain C library functions will under some circumstances be handled as intrinsic functions and will generate inline code instead of an ordinary function call, for example, memcpy, memset, and strcat.