1 2 3 4 5 6 7
#define AS_WCSLEN #define AS_STRNLEN #define strlen __wcsnlen #include "strlen.S" weak_alias(__wcsnlen, wcsnlen)